/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/gridButton/gridButton.module.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* CATALINA BLUE SHADES */
/* TEAL SHADES */
/* NEUTRALS */
/* ALERT COLORS */
/* GRADIENT COLORS */
/* ALERT SHADES */
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
.gridButton_grid_button__2mtVL {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 5px;
}
.gridButton_grid_button__truncate_text__goqWc {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gridButton_primary__4buan {
  background: #26345E;
  color: #FFFFFF;
  border-radius: 100px;
}
.gridButton_primary__4buan svg {
  fill: #FFFFFF;
}
.gridButton_primary__4buan:hover {
  background: #1B2543;
}
.gridButton_primary__4buan:active {
  background: #151D34;
}
.gridButton_primary__4buan:disabled {
  background: #9BA2B5;
}
.gridButton_primary__4buan:focus {
  background: #00A69D;
}

.gridButton_secondary__alGvj {
  border: 1px solid #26345E;
  color: #26345E;
  background: none;
  border-radius: 100px;
}
.gridButton_secondary__alGvj svg {
  fill: #26345E;
}
.gridButton_secondary__alGvj:hover {
  border: 1px solid #26345E;
  background: #E9EBEF;
}
.gridButton_secondary__alGvj:active {
  border: 1px solid #26345E;
  background: #BCC0CD;
}
.gridButton_secondary__alGvj:disabled {
  border: 1px solid #9BA2B5;
  background: none;
  color: #9BA2B5;
}
.gridButton_secondary__alGvj:disabled svg {
  fill: #9BA2B5;
}
.gridButton_secondary__alGvj:focus {
  border: 1px solid #00A69D;
  background: none;
  color: #00A69D;
}
.gridButton_secondary__alGvj:focus svg {
  fill: #00A69D;
}

.gridButton_tertiary__3Mv42 {
  background: none;
  border: none;
  color: #26345E;
}
.gridButton_tertiary__3Mv42 svg {
  fill: #26345E;
}
.gridButton_tertiary__3Mv42:hover {
  color: #515D7E;
}
.gridButton_tertiary__3Mv42:hover svg {
  fill: #515D7E;
}
.gridButton_tertiary__3Mv42:active {
  color: #6E7793;
}
.gridButton_tertiary__3Mv42:active svg {
  fill: #6E7793;
}
.gridButton_tertiary__3Mv42:disabled {
  color: #9BA2B5;
}
.gridButton_tertiary__3Mv42:disabled svg {
  fill: #9BA2B5;
}
.gridButton_tertiary__3Mv42:focus {
  color: #00A69D;
}
.gridButton_tertiary__3Mv42:focus svg {
  fill: #26345E;
}

.gridButton_white__CgfRf {
  background: #FFFFFF;
  color: #26345E;
  border-radius: 100px;
}
.gridButton_white__CgfRf svg {
  fill: #26345E;
}
.gridButton_white__CgfRf:hover {
  background: #E9EBEF;
  color: #26345E;
}
.gridButton_white__CgfRf:hover svg {
  fill: #26345E;
}
.gridButton_white__CgfRf:active {
  background: #BCC0CD;
  color: #232F56;
}
.gridButton_white__CgfRf:active svg {
  fill: #232F56;
}
.gridButton_white__CgfRf:disabled {
  background: #9BA2B5;
  color: #FFFFFF;
}
.gridButton_white__CgfRf:disabled svg {
  fill: #FFFFFF;
}
.gridButton_white__CgfRf:focus {
  background: #00A69D;
  color: #FFFFFF;
}
.gridButton_white__CgfRf:focus svg {
  fill: #FFFFFF;
}

.gridButton_white_secondary__UnQFS {
  background: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}
.gridButton_white_secondary__UnQFS svg {
  fill: #FFFFFF;
}
.gridButton_white_secondary__UnQFS:hover {
  background: #E9EBEF;
  color: #9BA2B5;
  border: 1px solid #9BA2B5;
}
.gridButton_white_secondary__UnQFS:hover svg {
  fill: #9BA2B5;
}
.gridButton_white_secondary__UnQFS:active {
  background: #E9EBEF;
  color: #6E7793;
  border: 1px solid #6E7793;
}
.gridButton_white_secondary__UnQFS:active svg {
  fill: #6E7793;
}
.gridButton_white_secondary__UnQFS:disabled {
  background: none;
  color: #9BA2B5;
  border: 1px solid #9BA2B5;
}
.gridButton_white_secondary__UnQFS:disabled svg {
  fill: #9BA2B5;
}
.gridButton_white_secondary__UnQFS:focus {
  background: none;
  color: #00A69D;
  border: 1px solid #00A69D;
}
.gridButton_white_secondary__UnQFS:focus svg {
  fill: #26345E;
}

.gridButton_small__Zo2_c {
  height: 36px;
  padding: 10px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.gridButton_medium__GWZy8 {
  height: 44px;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.gridButton_large__s0RCN {
  height: 56px;
  padding: 16px 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.gridButton_success__K2xZA {
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background: #13976C;
}
.gridButton_success__K2xZA:hover {
  background: #069768;
}
.gridButton_success__K2xZA:active {
  background: #069768;
}

.gridButton_info__XEmST {
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background: #008FD0;
}
.gridButton_info__XEmST:hover {
  background: #1295D0;
}
.gridButton_info__XEmST:active {
  background: #10A6EA;
}

.gridButton_warning__EbrmW {
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background: #D4C12D;
}
.gridButton_warning__EbrmW:hover {
  background: #ECD526;
}
.gridButton_warning__EbrmW:active {
  background: #F2DC3B;
}

.gridButton_danger__Tp4Rt {
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background: #D42D60;
}
.gridButton_danger__Tp4Rt:hover {
  background: #D3124D;
}
.gridButton_danger__Tp4Rt:active {
  background: #E81052;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/button/button.module.sass ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.button_solution-wrapper__jdY7B .button_btn__7toaO {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.button_solution-wrapper__jdY7B .button_btn-white__YWzUW {
  background: #fff;
}
.button_solution-wrapper__jdY7B .button_btn-white__YWzUW:hover {
  text-decoration: underline;
}
.button_solution-wrapper__jdY7B .button_btn-blue__F_qWG {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.button_solution-wrapper__jdY7B .button_btn-blue__F_qWG:hover {
  background: #008FD0;
}
.button_solution-wrapper__jdY7B .button_button__Y01UU {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.button_solution-wrapper__jdY7B .button_button__Y01UU:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.button_solution-wrapper__jdY7B .button_button__Y01UU:hover:after {
  right: 7px;
}
.button_solution-wrapper__jdY7B .button_wr__blSXt {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.button_solution-wrapper__jdY7B .button_section_head__enERq {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_head__enERq {
    margin-bottom: 40px;
  }
}
.button_solution-wrapper__jdY7B .button_section_head-subtitle__cpG2j {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.button_solution-wrapper__jdY7B .button_section_head-subtitle-second__fXkhw {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.button_solution-wrapper__jdY7B .button_section_head-text__vE3pl {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_head-text__vE3pl {
    max-width: 650px;
  }
}
.button_solution-wrapper__jdY7B .button_section_head-text__vE3pl span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.button_solution-wrapper__jdY7B .button_section_head__enERq h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK {
    padding: 0;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_section_infos_block__pFSo7:first-child {
  padding-top: 150px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_section_infos_block__pFSo7:nth-child(3) .button_line__MqQmP img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt {
  width: 1175px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_button__Y01UU {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_button__Y01UU:after {
  height: 10px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div:last-child {
  margin-bottom: 0 !important;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC {
    order: 2;
  }
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP img {
    order: 1;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP picture {
    margin: 0 auto 27px;
  }
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP img {
    max-width: 100%;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP h2 {
    position: absolute;
    top: -10%;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK .button_wr__blSXt > div .button_line__MqQmP p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK.button_isSalesProspecting__vKtNa .button_section_infos_block__pFSo7:first-child img {
  max-width: 434px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK.button_isSalesProspecting__vKtNa .button_button__Y01UU {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK.button_isSalesProspecting__vKtNa .button_button__Y01UU::after {
  margin: 0;
  right: 10px;
}
.button_solution-wrapper__jdY7B .button_section_infos__9FlxK.button_isSalesProspecting__vKtNa .button_button__Y01UU:hover::after {
  right: 8px;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_question__Otgy_ {
    padding-bottom: 50px;
  }
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_section_head__enERq {
  margin-bottom: 30px;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_section_head__enERq h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_section_head-subtitle__cpG2j {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt {
  width: 980px;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf:after {
    right: -2px;
    top: 10px;
  }
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf:last-child {
  margin-bottom: 0;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item_title__K6tg3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf .button_item_body__5Utr8,
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf .button_item_body__5Utr8 span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf.button_item-active__5hStl {
  transition: 0.5s ease-in-out;
  height: auto;
}
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf.button_item-active__5hStl .button_item_body__5Utr8,
.button_solution-wrapper__jdY7B .button_section_question__Otgy_ .button_wr__blSXt .button_item__BwpCf.button_item-active__5hStl .button_item_body__5Utr8 span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH .button_wr__blSXt {
    margin: 50px auto 200px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_banner_search-bar__D3LO3 {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH .button_banner_search-bar__D3LO3 {
    margin: -15px 0;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY {
    flex-direction: column;
    align-items: center;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_button__Y01UU {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_button__Y01UU:hover {
  padding-right: 16px;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_button__Y01UU:last-child {
  background: #8a90a5 !important;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_banner_login__Hk3U_ {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_banner_login__Hk3U_ {
    margin-top: 26px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_banner_login-link__w7dOb {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH .button_bannerBtns__mtiWY .button_banner_login-link__w7dOb:hover {
  text-decoration: underline;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
  background-position: 55%;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner-title-sm__XenkC {
  width: 85%;
}
@media (min-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner-title-sm__XenkC {
    display: none;
  }
}
@media (max-width: 979px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner-title-lg__Li3l1 {
    display: none;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt h1,
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt h1,
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 h1 div {
    width: 120%;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt h1 span,
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt p {
    width: 81%;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_button__Y01UU {
  width: 190px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 h1 {
    max-width: 90%;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_wr__blSXt {
    margin: 400px auto 300px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_animation-wrapper__WJqJN {
  display: inline-flex;
  margin-top: 1px;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_animation-wrapper__WJqJN .button_dynamic-txts__W_Txm {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66.button_without-sponsoredBanner__kEuxN {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66.button_without-sponsoredBanner__kEuxN .button_wr__blSXt {
    margin: 300px auto;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa p {
    max-width: 470px !important;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__prompt-wrapper__g_TYy {
  top: 87% !important;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_bottom__iSHOr {
  display: flex;
  flex-direction: column-reverse;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_home-form-image__e5xJJ {
  display: none !important;
}
@media (min-width: 980px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD {
    margin-top: 5px !important;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS {
  display: flex;
  align-items: center;
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS .button_header__item-btn__EnQZ1.button_btn-1__G9Bb1 {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS > div {
    margin-left: 5px;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_header__items__WFvUD .button_header__item-content__MQ13R .button_header__item__oEKGS > div:first-of-type {
    margin-left: 10px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    max-width: 544px;
    max-height: 441px;
  }
}
.button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    width: 544px;
    height: 500px;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    right: 8%;
    top: 30px;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images__FyTKz {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_withChildren___ETtz {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_without-sponsoredBanner__kEuxN {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
    position: relative;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    max-width: 88%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    left: -5%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
    position: absolute;
    right: 0;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
    left: -10%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
    position: relative;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz {
    right: -20%;
  }
  .button_solution-wrapper__jdY7B .button_banner__fkCiH.button_isVendor__h1T66 .button_banner_images__FyTKz .button_banner_images-stack___o5ur img:first-child {
    left: -14%;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions__vDXdk {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk {
    padding: 70px 0 80px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc .button_wr__blSXt {
    width: 100%;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc .button_wr__blSXt .button_col__ES6uE {
    width: 100%;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc .button_section_head-subtitle__cpG2j {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc {
    position: relative;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__wrapp__RPOOc .button_wr__blSXt {
    margin: 0;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_head__enERq {
  grid-area: header;
}
.button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_wr__blSXt {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy {
    max-width: 500px;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy {
    max-width: 350px;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_section_solutions__img__XxuGy {
    position: absolute;
    bottom: 3%;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l {
    flex-wrap: wrap;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE {
    width: 100%;
    margin-bottom: 30px;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE:last-child {
    margin-bottom: 0;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-title__dqxrQ {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-title__dqxrQ {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-title__dqxrQ {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-title__dqxrQ {
    display: block;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm:last-child {
  margin-bottom: 0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm:first-child .button_card-img__Cv0P3 {
    margin-left: 0 !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_title__pzoTo {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_title__pzoTo span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE:nth-child(2) .button_solutions-title__dqxrQ {
  color: #008FD0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE:nth-child(2) .button_solutions-body__Z_L2X .button_card__ommgm::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-body__4J18l .button_col__ES6uE:nth-child(2) .button_solutions-body__Z_L2X .button_card__ommgm::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE .button_solutions-body__Z_L2X {
    display: flex;
    justify-content: space-between;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
    width: 85%;
    margin-bottom: 0;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card-title__L2XYY {
    padding: 0 15px 0 40px;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions__vDXdk .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us__p9i3i {
    padding: 75px 0 0;
  }
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_button__Y01UU {
  display: none;
}
@media (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_button__Y01UU {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_head__enERq {
  margin-bottom: 45px;
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_head-subtitle__cpG2j {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo {
    display: block;
  }
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf img,
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf .button_item_title__K6tg3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_why_us__p9i3i .button_section_body__LDRWo .button_item__BwpCf .button_item_body__5Utr8 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD {
  margin: 80px 0;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_title__Yb2LJ {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_section_needHelp-text__tL3b5 {
  display: flex;
  justify-content: space-between;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni p {
    line-height: unset;
  }
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ {
    flex-direction: column;
  }
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button__Y01UU {
  height: initial;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi {
    font-size: 13px;
    width: 190px !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi:hover {
  padding-right: 12px;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni {
    padding: 30px 20px;
  }
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_section_needHelp-text__tL3b5 {
    flex-direction: column;
  }
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_section_needHelp-text__tL3b5 p {
    text-align: left;
  }
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_section_needHelp-text__tL3b5 .button_needHelpBtns__Z_sWQ {
    margin-top: 15px;
  }
  .button_solution-wrapper__jdY7B .button_section_needHelp__GrELD .button_section_needHelp-background__60cni .button_section_needHelp-text__tL3b5 .button_needHelpBtns__Z_sWQ .button_button-help__LdUUi {
    width: 100%;
  }
}
.button_solution-wrapper__jdY7B .button_section_profile__hcVv5 {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_profile__hcVv5 {
    padding: 75px 0 80px;
  }
}
.button_solution-wrapper__jdY7B .button_section_profile__hcVv5 .button_button__Y01UU {
  display: none;
}
@media (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_profile__hcVv5 .button_button__Y01UU {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.button_solution-wrapper__jdY7B .button_section_profile__hcVv5 .button_section_head__enERq h2 {
  color: #fff;
}
.button_solution-wrapper__jdY7B .button_section_profile__hcVv5 .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm:last-child {
    margin-bottom: 0;
  }
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card__ommgm p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_profile-cards__I53ed .button_card-title__L2XYY {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_promo-video__nWd_g {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_promo-video__nWd_g iframe {
    height: 450px;
    width: 800px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_section_head__enERq {
  margin-bottom: 35px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_section_head__enERq h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_solutions-title__dqxrQ {
  color: #008FD0;
  display: none;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_card_title__pzoTo span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_card__ommgm:last-child img,
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_card__ommgm:first-child img {
    margin-top: 15px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_button__Y01UU {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_button__Y01UU:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-title__dqxrQ {
  color: #008FD0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
  text-align: left;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_title__pzoTo {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X {
    display: flex;
    flex-direction: column;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
    width: 85%;
    margin-bottom: 0;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card-title__L2XYY {
    padding: 0 15px 0 40px;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa {
  background-color: #f8f9fa;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_head__enERq {
  margin-bottom: 35px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_head__enERq h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_button__Y01UU {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_button__Y01UU:after {
  right: 11px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_solutions_superheader__FsJVM {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_solutions_superheader__FsJVM {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_section_solutions_superheader__FsJVM {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm .button_card_desc__fV_YX {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm .button_card_title__pzoTo {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(2) img,
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child img {
  margin-top: 0 !important;
}
.button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-alt__XheWt.button_isSalesProspecting__vKtNa .button_card__ommgm:last-child .button_card_desc__fV_YX {
    margin-bottom: 55px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_wr__blSXt {
  display: flex;
  flex-direction: column-reverse;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_head__enERq h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_head__enERq h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_head-subtitle__cpG2j {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_head-uppertitle__LFEBx {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_head-upptitle__1AT61 {
    display: none;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf.button_no-padding__pY8io {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf {
    padding: 25px 30px;
  }
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf.button_no-padding__pY8io {
    padding: 25px 30px !important;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item_btn__jnKhq {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item_title__K6tg3 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf.button_active__CZDUc {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf.button_active__CZDUc .button_item_btn__jnKhq {
  display: block;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf.button_active__CZDUc svg {
  margin-bottom: 13px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body__LDRWo .button_item__BwpCf:not(.button_active__CZDUc) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc {
    padding: 30px 17px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_vendor_company_popup-wrapper__vylLE {
  top: 95% !important;
}
@media (max-width: 980px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_vendor_company_popup-wrapper__vylLE {
    top: 95% !important;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_body__LDRWo {
  margin-bottom: 0;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_body__LDRWo .button_item-container__dQ8RM {
  position: relative;
  margin-bottom: 30px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_body__LDRWo .button_item__BwpCf {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_body__LDRWo .button_item__BwpCf .button_item_title__K6tg3 {
  min-height: 26px;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_body__LDRWo .button_item__BwpCf:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_head__enERq h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_section_head-subtitle-second__fXkhw {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU:after {
    right: 0;
  }
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_section_body_background__hqndc .button_button__Y01UU:hover:after {
    right: -2px;
  }
}
.button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU:after {
    right: 0;
  }
  .button_solution-wrapper__jdY7B .button_why_us-vendors__NbY82 .button_button__Y01UU:after:hover:after {
    right: -2px;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x {
  background: none;
  margin-top: 20px;
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 {
    padding: 0;
  }
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:nth-child(4) .button_line__MqQmP {
    margin-bottom: 0 !important;
  }
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child {
    background: #fbfbfb;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:nth-child(3) .button_line__MqQmP img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP > img {
    max-width: 46%;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC p {
    line-height: 27px;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC .button_button__Y01UU {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC .button_button__Y01UU:after {
  right: 6px;
}
.button_solution-wrapper__jdY7B .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7 .button_wr__blSXt > div .button_line__MqQmP .button_infos_content__3XXyC .button_button__Y01UU:hover:after {
  right: 5px;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_head__enERq h2 {
  font-size: 32px;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_wr__blSXt {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body__LDRWo {
  display: flex;
  flex-direction: column;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY > div {
    padding-right: 20px;
  }
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body-content__R_BfY > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body__LDRWo .button_section_body-pain__AvboE {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_the_pain___Ro0h .button_section_body__LDRWo .button_section_body-pain__AvboE {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_proposal-img-block__Xw2b5 {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_col__ES6uE .button_card_desc__fV_YX {
    padding: 0;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_proposal-img-block__Xw2b5 {
    order: 1;
    grid-area: image;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_head__enERq {
    order: 2;
    grid-area: title;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la {
    margin: 0 !important;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_proposal-img-block__Xw2b5 {
    margin-bottom: 36px;
    order: 2;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_head__enERq {
    order: 1;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_col__ES6uE {
    width: 100%;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_col__ES6uE .button_card_title__pzoTo {
    font-size: 18px !important;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_col__ES6uE .button_card_desc__fV_YX {
    font-size: 16px !important;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l {
    margin-bottom: 38px;
    order: 3;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_button__Y01UU {
    margin: 0 !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l .button_solutions-body__Z_L2X {
  flex-direction: column;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l .button_solutions-body__Z_L2X {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l .button_solutions-body__Z_L2X {
    width: 100% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l .button_solutions-body__Z_L2X .button_card__ommgm {
  width: 100% !important;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_solutions-body__4J18l .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  margin-bottom: 0;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_solutions-content__Pk2la .button_section_head__enERq {
  margin-bottom: 30px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_head__enERq .button_section_head-subtitle__cpG2j,
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_head__enERq h2 {
  font-family: "Inter";
  font-weight: 600;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_head__enERq h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_button__Y01UU {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_button__Y01UU:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_button__Y01UU {
    margin-bottom: 40px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_button__Y01UU:hover {
  color: #fff;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_button__Y01UU:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
  color: #17d88a;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
    min-height: 100px !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card-title__L2XYY {
  font-family: "Inter";
  font-weight: 600;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX,
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_title__pzoTo {
  color: #fff;
}
@media (max-width: 500px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj .button_img_1__xISfd {
    max-width: 100%;
  }
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card-img__Cv0P3 .button_img_2__gsGPZ {
    max-width: 94% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card__ommgm:nth-child(2) img,
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card__ommgm:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6 .button_wr__blSXt .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj img {
    max-width: unset;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa {
  background-color: #f8f9fa;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_section_head__enERq {
  grid-area: header;
  margin-bottom: 45px;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_button__Y01UU {
  color: #fff;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_button__Y01UU:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm {
    width: 32% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card_title__pzoTo {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card_desc__fV_YX {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card_desc__fV_YX {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card_desc__fV_YX {
    max-width: 94% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(2) img,
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(2) img,
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child .button_card_img___Zqkj {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child .button_card_img___Zqkj {
    margin-top: 5% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child .button_card_desc__fV_YX {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child img {
    max-width: 100% !important;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child .button_card_desc__fV_YX {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:first-child img {
    margin-top: 6px;
  }
}
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(2) img,
.button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B .button_section_solutions-proposals__w_nR6.button_isSalesProspecting__vKtNa .button_card__ommgm:nth-child(2) img {
    margin-left: 3%;
  }
}
.button_solution-wrapper__jdY7B .button_sub__fb4SC {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.button_solution-wrapper__jdY7B .button_sub__fb4SC .button_section__titles__MyTk7 {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.button_solution-wrapper__jdY7B .button_sub__fb4SC .button_section__titles__MyTk7 > div {
  text-align: left;
}
.button_solution-wrapper__jdY7B .button_section__trusted__jTgYL .button_section__titles__MyTk7 {
  margin-left: 5%;
}

.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt {
  margin-top: 100px;
  margin-bottom: 0;
}
.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    max-width: 544px;
    max-height: 441px;
  }
}
.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz .button_banner_images-stack___o5ur {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    width: 544px;
    height: 500px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz .button_banner_images-stack___o5ur img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 8%;
    top: 100px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 150px;
    top: 160px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 170px;
    top: 190px;
  }
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_wr__blSXt .button_banner_images__FyTKz {
    right: 27%;
  }
}
.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_header__item__oEKGS {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_header__item__oEKGS {
    padding: 0 10px 0 20px !important;
  }
}
.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_section__trusted__jTgYL {
  padding-top: 0;
}
.button_solution-wrapper__jdY7B.button_isHome__RQwuP .button_section__trusted__jTgYL .button_section__title__BHDWM {
  z-index: -1;
}

@media (max-width: 767px) {
  .button_banner__fkCiH.button_isSalesProspecting__vKtNa {
    margin-bottom: 150px;
  }
}
.button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images-stack___o5ur {
  animation-name: button_flipImage__wv_m5;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images-stack___o5ur img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images-stack___o5ur img {
    max-width: 100% !important;
  }
}
.button_banner__fkCiH.button_isSalesProspecting__vKtNa .button_banner_images-stack___o5ur img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.button_solution-wrapper__jdY7B .button_isSalesProspecting__vKtNa .button_button__Y01UU {
  background: #13976c !important;
}

.button_section_solutions__wrap___dFIA {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .button_section_solutions__wrap___dFIA {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l {
  grid-area: content;
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE {
  padding: 0 !important;
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
  width: 60% !important;
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm::before {
  left: 1%;
}
.button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .button_section_solutions__wrap___dFIA .button_section_solutions-body__4J18l .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
    width: 100% !important;
  }
}
.button_section_solutions__wrap___dFIA .button_button__Y01UU {
  grid-area: button;
}
.button_section_solutions__wrap___dFIA img {
  grid-area: img;
}

.button_section_solutions__wrap___dFIA.button_leads__huHdo {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .button_section_solutions__wrap___dFIA.button_leads__huHdo {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.button_section_solutions__wrap___dFIA.button_leads__huHdo .button_col__ES6uE .button_solutions-body__Z_L2X {
  display: flex;
  flex-direction: column;
}
.button_section_solutions__wrap___dFIA.button_leads__huHdo .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .button_section_solutions__wrap___dFIA.button_leads__huHdo .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
    margin-bottom: 26px !important;
  }
}
.button_section_solutions__wrap___dFIA.button_leads__huHdo .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .button_section_solutions__wrap___dFIA.button_leads__huHdo .button_col__ES6uE .button_solutions-body__Z_L2X .button_card__ommgm {
    width: 100% !important;
  }
}

.button_infos_content__3XXyC.button_sales__CRYvH {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.button_infos_content__3XXyC.button_sales__CRYvH h2 {
  grid-area: title;
}
.button_infos_content__3XXyC.button_sales__CRYvH .button_infos_content-desc__0NntV {
  grid-area: desc;
}
.button_infos_content__3XXyC.button_sales__CRYvH .button_button__Y01UU {
  grid-area: button;
}
.button_infos_content__3XXyC.button_sales__CRYvH .button_infos_content-images__Y4IHy {
  grid-area: image;
}
@media (max-width: 600px) {
  .button_infos_content__3XXyC.button_sales__CRYvH {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.button_vendor_company_popup-wrapper__vylLE {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .button_vendor_company_popup-wrapper__vylLE {
    top: 104%;
    left: -65%;
  }
}
.button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 .button_vendor_section_body__nLJpk {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 .button_vendor_section_body__nLJpk {
    min-width: 100px;
  }
}
.button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 .button_vendor_section_body__nLJpk .button_vendor_item-title__4zUi9 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 .button_vendor_section_body__nLJpk .button_vendor_item-img__ZQkMi img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.button_vendor_company_popup-wrapper__vylLE .button_vendor_company_popup__z1NG6 .button_vendor_section_body__nLJpk:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .button_why_us-vendors__NbY82 .button_item__BwpCf:nth-child(6n) .button_vendor_company_popup-wrapper__vylLE,
  .button_why_us-vendors__NbY82 .button_item-container__dQ8RM:nth-child(6n) .button_vendor_company_popup-wrapper__vylLE {
    left: auto;
    right: 0;
  }
  .button_why_us-vendors__NbY82 .button_item__BwpCf:nth-child(6n+1) .button_vendor_company_popup-wrapper__vylLE,
  .button_why_us-vendors__NbY82 .button_item-container__dQ8RM:nth-child(6n+1) .button_vendor_company_popup-wrapper__vylLE {
    left: 0;
  }
}
@media (max-width: 768px) {
  .button_why_us-vendors__NbY82 .button_vendor_company_popup-wrapper__vylLE {
    left: -24%;
  }
  .button_why_us-vendors__NbY82 .button_item__BwpCf:nth-child(3n) .button_vendor_company_popup-wrapper__vylLE,
  .button_why_us-vendors__NbY82 .button_item-container__dQ8RM:nth-child(3n) .button_vendor_company_popup-wrapper__vylLE {
    left: auto;
    right: 0;
  }
  .button_why_us-vendors__NbY82 .button_item__BwpCf:nth-child(3n+1) .button_vendor_company_popup-wrapper__vylLE,
  .button_why_us-vendors__NbY82 .button_item-container__dQ8RM:nth-child(3n+1) .button_vendor_company_popup-wrapper__vylLE {
    left: 0;
  }
}
.button_why_us-vendors__NbY82 .button_section_body__LDRWo.button_plain__EZc2G a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.button_why_us-vendors__NbY82 .button_section_body__LDRWo.button_plain__EZc2G a:hover {
  background: #fff;
}
.button_why_us-vendors__NbY82 .button_section_body__LDRWo.button_plain__EZc2G a:hover svg path::nth-child(1) {
  fill: red;
}

.button_dynamic-txts__W_Txm,
.button_dynamic-txts-2__Ch09a {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .button_dynamic-txts__W_Txm,
  .button_dynamic-txts-2__Ch09a {
    line-height: 56px;
    height: 56px;
  }
  .button_dynamic-txts__W_Txm span,
  .button_dynamic-txts-2__Ch09a span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .button_dynamic-txts-2__Ch09a li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .button_dynamic-txts__W_Txm li:not(:first-child),
  .button_dynamic-txts-2__Ch09a li:not(:first-child) {
    display: none;
  }
}
.button_dynamic-txts__W_Txm li,
.button_dynamic-txts-2__Ch09a li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .button_dynamic-txts__W_Txm li,
  .button_dynamic-txts-2__Ch09a li {
    animation: button_slideText__ZsEES 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .button_dynamic-txts-2__Ch09a li span {
    animation: button_changeOpacity__1I36x 9s linear infinite;
  }
  .button_dynamic-txts-2__Ch09a li:nth-child(3) span,
  .button_dynamic-txts-2__Ch09a li:nth-child(4) span {
    animation: button_changeOpacity2__xted9 9s linear infinite;
  }
}
.button_dynamic-txts__W_Txm li span,
.button_dynamic-txts-2__Ch09a li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .button_dynamic-txts__W_Txm li span:after,
  .button_dynamic-txts-2__Ch09a li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .button_dynamic-txts__W_Txm li span:after {
    animation: button_typingHeader1__eKSDZ 9s steps(22) infinite;
  }
  .button_dynamic-txts-2__Ch09a li span:after {
    animation: button_typingHeader2__Gd2tO 9s steps(17) infinite;
  }
  .button_dynamic-txts__W_Txm li:nth-child(3) span:after {
    animation: button_typingHeader3__mery2 9s steps(17) infinite !important;
  }
  .button_dynamic-txts-2__Ch09a li:nth-child(3) span:after {
    animation: button_typingHeader4__IEgCn 9s steps(30) infinite !important;
  }
  .button_dynamic-txts__W_Txm li:nth-child(4) span:after {
    animation: button_typingHeader3__mery2 9s steps(17) infinite !important;
  }
  .button_dynamic-txts-2__Ch09a li:nth-child(4) span:after {
    animation: button_typingHeader4__IEgCn 9s steps(30) infinite !important;
  }
}
@keyframes button_changeOpacity__1I36x {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes button_changeOpacity2__xted9 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes button_typingHeader1__eKSDZ {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes button_typingHeader2__Gd2tO {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes button_typingHeader3__mery2 {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes button_typingHeader4__IEgCn {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes button_slideText__ZsEES {
  100% {
    top: -224px;
  }
}
@keyframes button_slideText2__iawTZ {
  100% {
    top: -160px;
  }
}
@keyframes button_flipImage__wv_m5 {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_line__MqQmP,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_line__MqQmP {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_line__MqQmP,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_line__MqQmP {
    padding-bottom: 50px !important;
  }
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-images__Y4IHy,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-images__Y4IHy {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-images__Y4IHy,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-images__Y4IHy {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-images__Y4IHy img,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-images__Y4IHy img {
  margin: 0 auto 1px !important;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH,
  .button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH {
    left: 23%;
    top: -27%;
  }
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_flipping__Ri8TA,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_flipping__Ri8TA {
  width: 460px;
  height: 340px;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:first-child,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:first-child {
  z-index: 3;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:first-child img,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:nth-child(2),
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:nth-child(2) {
  z-index: 2;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:nth-child(2) img,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:last-child,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:last-child {
  z-index: 1;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:last-child img,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container-animate__A6lLF:first-child,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container-animate__A6lLF:first-child {
  animation: button_visibility1__UX9zm 15s forwards ease-in-out alternate;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container-animate__A6lLF:nth-child(2),
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container-animate__A6lLF:nth-child(2) {
  animation: button_visibility2__Y7bqI 15s forwards ease-in-out alternate;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container-animate__A6lLF:last-child,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container-animate__A6lLF:last-child {
  animation: button_visibility3__T_FgG 15s forwards ease-in-out alternate;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:first-child .button_flipping-animation__WDjoL,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:first-child .button_flipping-animation__WDjoL {
  animation: button_moveImage1__JrELP 15s forwards ease-in-out alternate;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:nth-child(2) .button_flipping-animation__WDjoL,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:nth-child(2) .button_flipping-animation__WDjoL {
  transform: translate(0, 20px) scale(1);
  animation: button_moveImage2__rpS6o 15s forwards ease-in-out alternate;
}
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:first-child .button_infos_content-container__WqakH:last-child .button_flipping-animation__WDjoL,
.button_section_infos-alt__BLH8x .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:last-child .button_flipping-animation__WDjoL {
  transform: translate(0, 0) scale(0.95);
  animation: button_moveImage3__nOVKL 15s forwards ease-in-out alternate;
}

.button_section_infos__9FlxK .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.button_section_infos__9FlxK .button_section_infos_block__pFSo7:last-child .button_infos_content-container__WqakH:nth-child(2) .button_flipping-animation__WDjoL {
  animation: button_moveImage4__oShv0 15s forwards ease-in-out alternate !important;
}

.button_section_infos__9FlxK .button_section_infos_block__pFSo7 .button_infos_content-images__Y4IHy img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .button_section_infos__9FlxK .button_section_infos_block__pFSo7 .button_infos_content-images__Y4IHy img {
    width: 94% !important;
  }
}

.button_dynamic-txts__W_Txm.button_isVendor__h1T66 span,
.button_dynamic-txts-2__Ch09a.button_isVendor__h1T66 span {
  color: #d42d60 !important;
}

.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_desc__fV_YX {
  padding: 0 !important;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj {
  margin-top: 0 !important;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm::before,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X,
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X {
    flex-direction: column !important;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj,
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm .button_card_img___Zqkj {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm,
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_solutions-body__Z_L2X .button_card__ommgm {
    width: 100% !important;
  }
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_col__ES6uE,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_col__ES6uE {
  width: 100% !important;
  padding: 0 !important;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_button__Y01UU,
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_button__Y01UU {
  margin-top: 56px;
}

.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_solutions-body__4J18l .button_card__ommgm .button_card_desc__fV_YX {
  margin-bottom: 30px;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_button__Y01UU {
  order: 4;
  margin: 0;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-title___zR0H {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-title___zR0H {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_promo-video__nWd_g {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq {
    align-items: initial !important;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-subtitle__cpG2j {
    order: 1;
    text-align: left !important;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-title___zR0H {
    order: 2;
    text-align: left !important;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_promo-video__nWd_g {
    order: 3;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq .button_button__Y01UU {
    order: 5;
  }
  .button_section_solutions-alt__XheWt.button_isVendor__h1T66 .button_section_head__enERq h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_solutions-body__4J18l .button_card__ommgm .button_card_desc__fV_YX {
    margin-bottom: 30px;
  }
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_solutions-body__4J18l .button_card__ommgm::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_solutions-body__4J18l .button_card__ommgm::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq h2 {
  align-self: flex-start;
  order: 6;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl {
  text-align: center;
  order: 3;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl span {
  font-weight: 700;
  color: #404f5e;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_button__Y01UU {
  order: 4;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-title___zR0H {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-subtitle__cpG2j {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_promo-video__nWd_g {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq {
    align-items: initial !important;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-subtitle__cpG2j {
    order: 1;
    text-align: left !important;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-title___zR0H {
    order: 2;
    text-align: left !important;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_promo-video__nWd_g {
    order: 3;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_section_head-text__vE3pl {
    order: 4;
    text-align: left !important;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq .button_button__Y01UU {
    order: 5;
  }
  .button_section_solutions-proposals__w_nR6.button_isVendor__h1T66 .button_section_head__enERq h2 {
    order: 6;
    margin-top: 80px;
  }
}

.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 img {
    margin-top: 40px !important;
  }
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 .button_infos_content-desc__0NntV {
  grid-area: desc !important;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 a {
  grid-area: button !important;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_infos_content__3XXyC.button_isVendor__h1T66 .button_button__Y01UU {
  width: 120px !important;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(even) .button_infos_content__3XXyC.button_isVendor__h1T66 {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(even) .button_infos_content__3XXyC.button_isVendor__h1T66 {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(even) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  justify-self: flex-start;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(odd) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  justify-self: flex-end;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(1) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  width: 100% !important;
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(3) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(4) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
    margin-left: -50px;
  }
}
.button_section_infos-alt__BLH8x.button_isVendor__h1T66 .button_section_infos_block__pFSo7:nth-child(5) .button_infos_content__3XXyC.button_isVendor__h1T66 img {
  width: initial !important;
}

@media (max-width: 600px) {
  .button_banner__fkCiH.button_isVendor__h1T66 {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .button_banner__fkCiH.button_isVendor__h1T66 {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .button_banner__fkCiH.button_isVendor__h1T66 {
    padding-bottom: 210px !important;
  }
}
.button_banner__fkCiH.button_isVendor__h1T66 .button_banner-title-sm__XenkC span {
  color: #d42d60;
}

.button_isVendor__h1T66 .button_section_head__enERq h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .button_isVendor__h1T66 .button_section_head__enERq h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU {
    width: auto !important;
  }
  .button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU:nth-child(2) {
    padding: 11px 38px !important;
  }
  .button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU::after {
    position: static;
  }
}
.button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU::after {
  right: 20px;
  transition: 0.5s;
}
.button_isVendor__h1T66 .button_bannerBtns__mtiWY .button_button__Y01UU:hover::after {
  right: 17px;
}
.button_isVendor__h1T66 .button_button__Y01UU {
  color: #fff !important;
  background: #d42d60 !important;
}

.button_the_pain___Ro0h.button_isVendor__h1T66 .button_section_head-subtitle__cpG2j {
  color: #d42d60;
}
.button_the_pain___Ro0h.button_isVendor__h1T66 .button_section_body-content__R_BfY div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .button_the_pain___Ro0h.button_isVendor__h1T66 .button_section_body-content__R_BfY div {
    font-size: 16px;
  }
}
.button_the_pain___Ro0h.button_isVendor__h1T66 .button_section_body-content__R_BfY div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .button_the_pain___Ro0h.button_isVendor__h1T66 .button_section_body-content__R_BfY div span {
    color: #d42d60 !important;
  }
}

@keyframes button_visibility1__UX9zm {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes button_visibility2__Y7bqI {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes button_visibility3__T_FgG {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes button_moveImage4__oShv0 {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes button_moveImage1__JrELP {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes button_moveImage2__rpS6o {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes button_moveImage3__nOVKL {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.button_custom_button__YHZ_G * {
  box-sizing: border-box;
}
.button_custom_button__YHZ_G.button_custom_button__root__Q1C6o {
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  transition: 0.3s linear;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .button_custom_button__YHZ_G.button_custom_button__root__Q1C6o {
    padding: 6px 16px;
  }
}
.button_custom_button__YHZ_G.button_custom_button__root__Q1C6o:disabled {
  opacity: 0.3;
  color: white;
}
.button_custom_button__YHZ_G .button_custom_button__label__PlhFo {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
}
.button_custom_button__YHZ_G .button_custom_button__label__PlhFo .button_custom_button__loader__SR__4 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: white;
}
.button_custom_button__YHZ_G.button_custom_button__contained__t8FKE {
  background-color: #26345E;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
}
.button_custom_button__YHZ_G.button_custom_button__contained__t8FKE:hover {
  background-color: #27304F;
}
.button_custom_button__YHZ_G.button_custom_button__contained__t8FKE:disabled {
  background-color: #26345E;
}
.button_custom_button__YHZ_G.button_custom_button__outlined__29hQR {
  border: 1px solid #E1E1E1;
}
.button_custom_button__YHZ_G.button_loading__Rr5J9 .button_custom_button__label__PlhFo {
  color: transparent;
}
.button_custom_button__YHZ_G.button_customer_stories_head_actions_demo__BF3ds {
  padding: 10px 24px;
  background: #FFFFFF;
  border: 1px solid #26345E;
  font-weight: 400;
  color: #26345E;
}
@media (max-width: 600px) {
  .button_custom_button__YHZ_G.button_customer_stories_head_actions_demo__BF3ds {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
}
.button_custom_button__YHZ_G.button_customer_stories_head_actions_demo__BF3ds:hover {
  background-color: #e8e8e8;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/contactUs/contactSuccess/contactSuccess.module.sass ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_btn__D4cJf {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_btn-white__3k2wH {
  background: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_btn-white__3k2wH:hover {
  text-decoration: underline;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_btn-blue___5ZFi {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_btn-blue___5ZFi:hover {
  background: #008FD0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_button__WpsSt {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_button__WpsSt:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_button__WpsSt:hover:after {
  right: 7px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_wr__Kxv3N {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head__NN1Ma {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head__NN1Ma {
    margin-bottom: 40px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head-subtitle__epTeS {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head-subtitle-second__ncxmY {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head-text__0CCFO {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head-text__0CCFO {
    max-width: 650px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head-text__0CCFO span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_head__NN1Ma h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv {
    padding: 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB:first-child {
  padding-top: 150px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB:nth-child(3) .contactSuccess_line__tHiRe img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N {
  width: 1175px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_button__WpsSt {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_button__WpsSt:after {
  height: 10px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div:last-child {
  margin-bottom: 0 !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 {
    order: 2;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe img {
    order: 1;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe picture {
    margin: 0 auto 27px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe img {
    max-width: 100%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe h2 {
    position: absolute;
    top: -10%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_infos_block__DT3KB:first-child img {
  max-width: 434px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt::after {
  margin: 0;
  right: 10px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos__wAAAv.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt:hover::after {
  right: 8px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz {
    padding-bottom: 50px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_section_head__NN1Ma {
  margin-bottom: 30px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_section_head__NN1Ma h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_section_head-subtitle__epTeS {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N {
  width: 980px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p:after {
    right: -2px;
    top: 10px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p:last-child {
  margin-bottom: 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item_title__C6JVr {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p .contactSuccess_item_body__1Rubw,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p .contactSuccess_item_body__1Rubw span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p.contactSuccess_item-active__oKAYP {
  transition: 0.5s ease-in-out;
  height: auto;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p.contactSuccess_item-active__oKAYP .contactSuccess_item_body__1Rubw,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_question__nolOz .contactSuccess_wr__Kxv3N .contactSuccess_item__HR15p.contactSuccess_item-active__oKAYP .contactSuccess_item_body__1Rubw span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_wr__Kxv3N {
    margin: 50px auto 200px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_banner_search-bar__GLPDx {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_banner_search-bar__GLPDx {
    margin: -15px 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK {
    flex-direction: column;
    align-items: center;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt:hover {
  padding-right: 16px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt:last-child {
  background: #8a90a5 !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_banner_login__b2i2N {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_banner_login__b2i2N {
    margin-top: 26px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_banner_login-link__JBw5R {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n .contactSuccess_bannerBtns__1iGpK .contactSuccess_banner_login-link__JBw5R:hover {
  text-decoration: underline;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
  background-position: 55%;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner-title-sm__oj_2z {
  width: 85%;
}
@media (min-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner-title-sm__oj_2z {
    display: none;
  }
}
@media (max-width: 979px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner-title-lg__j78Zn {
    display: none;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N h1,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N h1,
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 h1 div {
    width: 120%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N h1 span,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N p {
    width: 81%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_button__WpsSt {
  width: 190px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 h1 {
    max-width: 90%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_wr__Kxv3N {
    margin: 400px auto 300px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_animation-wrapper__xjxhQ {
  display: inline-flex;
  margin-top: 1px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_animation-wrapper__xjxhQ .contactSuccess_dynamic-txts__dcyXh {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9.contactSuccess_without-sponsoredBanner__r8VE4 {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9.contactSuccess_without-sponsoredBanner__r8VE4 .contactSuccess_wr__Kxv3N {
    margin: 300px auto;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 p {
    max-width: 470px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__prompt-wrapper__Ziu3B {
  top: 87% !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_bottom__yhIj4 {
  display: flex;
  flex-direction: column-reverse;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_home-form-image__lC1A1 {
  display: none !important;
}
@media (min-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy {
    margin-top: 5px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 {
  display: flex;
  align-items: center;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 .contactSuccess_header__item-btn__IYyCG.contactSuccess_btn-1__ebv2x {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 > div {
    margin-left: 5px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_header__items__is1qy .contactSuccess_header__item-content__SYjHq .contactSuccess_header__item__7s_74 > div:first-of-type {
    margin-left: 10px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    max-width: 544px;
    max-height: 441px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    width: 544px;
    height: 500px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    right: 8%;
    top: 30px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images__VrERl {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_withChildren__tgl6G {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_without-sponsoredBanner__r8VE4 {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
    position: relative;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    max-width: 88%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    left: -5%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
    position: absolute;
    right: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
    left: -10%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
    position: relative;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl {
    right: -20%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img:first-child {
    left: -14%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A {
    padding: 70px 0 80px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 .contactSuccess_wr__Kxv3N {
    width: 100%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 .contactSuccess_wr__Kxv3N .contactSuccess_col__yk_mf {
    width: 100%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 .contactSuccess_section_head-subtitle__epTeS {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 {
    position: relative;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__wrapp__AlKJ6 .contactSuccess_wr__Kxv3N {
    margin: 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_head__NN1Ma {
  grid-area: header;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_wr__Kxv3N {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In {
    max-width: 500px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In {
    max-width: 350px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_section_solutions__img__ZL_In {
    position: absolute;
    bottom: 3%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx {
    flex-wrap: wrap;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf:last-child {
    margin-bottom: 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-title__jWGbu {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-title__jWGbu {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-title__jWGbu {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-title__jWGbu {
    display: block;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo:last-child {
  margin-bottom: 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo:first-child .contactSuccess_card-img__2gVpm {
    margin-left: 0 !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_title__csNbq {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_title__csNbq span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf:nth-child(2) .contactSuccess_solutions-title__jWGbu {
  color: #008FD0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf:nth-child(2) .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf:nth-child(2) .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO {
    display: flex;
    justify-content: space-between;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    width: 85%;
    margin-bottom: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card-title__gNkz4 {
    padding: 0 15px 0 40px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions__Dvx9A .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z {
    padding: 75px 0 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_button__WpsSt {
  display: none;
}
@media (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_button__WpsSt {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_head__NN1Ma {
  margin-bottom: 45px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_head-subtitle__epTeS {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap {
    display: block;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p img,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p .contactSuccess_item_title__C6JVr {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us__L2L3Z .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p .contactSuccess_item_body__1Rubw {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX {
  margin: 80px 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_title__kBKgP {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_section_needHelp-text__wM_ql {
  display: flex;
  justify-content: space-between;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ p {
    line-height: unset;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL {
    flex-direction: column;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button__WpsSt {
  height: initial;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1 {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1 {
    font-size: 13px;
    width: 190px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1:hover {
  padding-right: 12px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ {
    padding: 30px 20px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_section_needHelp-text__wM_ql {
    flex-direction: column;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_section_needHelp-text__wM_ql p {
    text-align: left;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_section_needHelp-text__wM_ql .contactSuccess_needHelpBtns__TOScL {
    margin-top: 15px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_needHelp__ZrJYX .contactSuccess_section_needHelp-background__m0qo_ .contactSuccess_section_needHelp-text__wM_ql .contactSuccess_needHelpBtns__TOScL .contactSuccess_button-help__JiKj1 {
    width: 100%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL {
    padding: 75px 0 80px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL .contactSuccess_button__WpsSt {
  display: none;
}
@media (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL .contactSuccess_button__WpsSt {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL .contactSuccess_section_head__NN1Ma h2 {
  color: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile__ylwPL .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo:last-child {
    margin-bottom: 0;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card__nhkLo p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_profile-cards__Uay5J .contactSuccess_card-title__gNkz4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_promo-video__K4P93 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_promo-video__K4P93 iframe {
    height: 450px;
    width: 800px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_section_head__NN1Ma {
  margin-bottom: 35px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_section_head__NN1Ma h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_solutions-title__jWGbu {
  color: #008FD0;
  display: none;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_card_title__csNbq span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_card__nhkLo:last-child img,
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_card__nhkLo:first-child img {
    margin-top: 15px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_button__WpsSt {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_button__WpsSt:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-title__jWGbu {
  color: #008FD0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  text-align: left;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_title__csNbq {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO {
    display: flex;
    flex-direction: column;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    width: 85%;
    margin-bottom: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card-title__gNkz4 {
    padding: 0 15px 0 40px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 {
  background-color: #f8f9fa;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_head__NN1Ma {
  margin-bottom: 35px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_head__NN1Ma h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt:after {
  right: 11px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_solutions_superheader__7Rm_O {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_solutions_superheader__7Rm_O {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_solutions_superheader__7Rm_O {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo .contactSuccess_card_title__csNbq {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(2) img,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child img {
  margin-top: 0 !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:last-child .contactSuccess_card_desc__ZOz0H {
    margin-bottom: 55px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_wr__Kxv3N {
  display: flex;
  flex-direction: column-reverse;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_head__NN1Ma h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_head__NN1Ma h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_head-subtitle__epTeS {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_head-uppertitle__Zi_NR {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_head-upptitle__KjBT_ {
    display: none;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p.contactSuccess_no-padding__24GJf {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
    padding: 25px 30px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p.contactSuccess_no-padding__24GJf {
    padding: 25px 30px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item_btn__20S_R {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item_title__C6JVr {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p.contactSuccess_active__h1HZK {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p.contactSuccess_active__h1HZK .contactSuccess_item_btn__20S_R {
  display: block;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p.contactSuccess_active__h1HZK svg {
  margin-bottom: 13px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p:not(.contactSuccess_active__h1HZK) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D {
    padding: 30px 17px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
  top: 95% !important;
}
@media (max-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    top: 95% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_body__0B5Ap {
  margin-bottom: 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_body__0B5Ap .contactSuccess_item-container__v_cpl {
  position: relative;
  margin-bottom: 30px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p .contactSuccess_item_title__C6JVr {
  min-height: 26px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_body__0B5Ap .contactSuccess_item__HR15p:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_head__NN1Ma h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_section_head-subtitle-second__ncxmY {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt:after {
    right: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body_background__WZn_D .contactSuccess_button__WpsSt:hover:after {
    right: -2px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt:after {
    right: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_why_us-vendors__k_FeD .contactSuccess_button__WpsSt:after:hover:after {
    right: -2px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF {
  background: none;
  margin-top: 20px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB {
    padding: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:nth-child(4) .contactSuccess_line__tHiRe {
    margin-bottom: 0 !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child {
    background: #fbfbfb;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:nth-child(3) .contactSuccess_line__tHiRe img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe > img {
    max-width: 46%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 p {
    line-height: 27px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 .contactSuccess_button__WpsSt {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 .contactSuccess_button__WpsSt:after {
  right: 6px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB .contactSuccess_wr__Kxv3N > div .contactSuccess_line__tHiRe .contactSuccess_infos_content__t7qd7 .contactSuccess_button__WpsSt:hover:after {
  right: 5px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_head__NN1Ma h2 {
  font-size: 32px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_wr__Kxv3N {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body__0B5Ap {
  display: flex;
  flex-direction: column;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl > div {
    padding-right: 20px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body-content__hFCLl > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body__0B5Ap .contactSuccess_section_body-pain__EFK77 {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_the_pain__bVo9s .contactSuccess_section_body__0B5Ap .contactSuccess_section_body-pain__EFK77 {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_proposal-img-block__TBwbE {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_col__yk_mf .contactSuccess_card_desc__ZOz0H {
    padding: 0;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_proposal-img-block__TBwbE {
    order: 1;
    grid-area: image;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_head__NN1Ma {
    order: 2;
    grid-area: title;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U {
    margin: 0 !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_proposal-img-block__TBwbE {
    margin-bottom: 36px;
    order: 2;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_head__NN1Ma {
    order: 1;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_col__yk_mf {
    width: 100%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_col__yk_mf .contactSuccess_card_title__csNbq {
    font-size: 18px !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_col__yk_mf .contactSuccess_card_desc__ZOz0H {
    font-size: 16px !important;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx {
    margin-bottom: 38px;
    order: 3;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_button__WpsSt {
    margin: 0 !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_solutions-body__abhmO {
  flex-direction: column;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_solutions-body__abhmO {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_solutions-body__abhmO {
    width: 100% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  width: 100% !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  margin-bottom: 0;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_solutions-content__3Wm1U .contactSuccess_section_head__NN1Ma {
  margin-bottom: 30px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_head__NN1Ma h2 {
  font-family: "Inter";
  font-weight: 600;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_head__NN1Ma h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_button__WpsSt {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_button__WpsSt:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_button__WpsSt {
    margin-bottom: 40px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_button__WpsSt:hover {
  color: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_button__WpsSt:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  color: #17d88a;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
    min-height: 100px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card-title__gNkz4 {
  font-family: "Inter";
  font-weight: 600;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_title__csNbq {
  color: #fff;
}
@media (max-width: 500px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7 .contactSuccess_img_1__Lntl1 {
    max-width: 100%;
  }
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card-img__2gVpm .contactSuccess_img_2__11eLo {
    max-width: 94% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card__nhkLo:nth-child(2) img,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card__nhkLo:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc .contactSuccess_wr__Kxv3N .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7 img {
    max-width: unset;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 {
  background-color: #f8f9fa;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_section_head__NN1Ma {
  grid-area: header;
  margin-bottom: 45px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt {
  color: #fff;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo {
    width: 32% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card_title__csNbq {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card_desc__ZOz0H {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card_desc__ZOz0H {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card_desc__ZOz0H {
    max-width: 94% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(2) img,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(2) img,
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child .contactSuccess_card_img__aG8m7 {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child .contactSuccess_card_img__aG8m7 {
    margin-top: 5% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child .contactSuccess_card_desc__ZOz0H {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child img {
    max-width: 100% !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child .contactSuccess_card_desc__ZOz0H {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:first-child img {
    margin-top: 6px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(2) img,
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_card__nhkLo:nth-child(2) img {
    margin-left: 3%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_sub__w3qpE {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_sub__w3qpE .contactSuccess_section__titles__zL3V7 {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_sub__w3qpE .contactSuccess_section__titles__zL3V7 > div {
  text-align: left;
}
.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_section__trusted__TEa3G .contactSuccess_section__titles__zL3V7 {
  margin-left: 5%;
}

.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N {
  margin-top: 100px;
  margin-bottom: 0;
}
.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    max-width: 544px;
    max-height: 441px;
  }
}
.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    width: 544px;
    height: 500px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl .contactSuccess_banner_images-stack__teqv0 img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 8%;
    top: 100px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 150px;
    top: 160px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 170px;
    top: 190px;
  }
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_wr__Kxv3N .contactSuccess_banner_images__VrERl {
    right: 27%;
  }
}
.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_header__item__7s_74 {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_header__item__7s_74 {
    padding: 0 10px 0 20px !important;
  }
}
.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_section__trusted__TEa3G {
  padding-top: 0;
}
.contactSuccess_solution-wrapper__Dc7w2.contactSuccess_isHome__eXyJJ .contactSuccess_section__trusted__TEa3G .contactSuccess_section__title__rC3GX {
  z-index: -1;
}

@media (max-width: 767px) {
  .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 {
    margin-bottom: 150px;
  }
}
.contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images-stack__teqv0 {
  animation-name: contactSuccess_flipImage__RIpp9;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images-stack__teqv0 img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images-stack__teqv0 img {
    max-width: 100% !important;
  }
}
.contactSuccess_banner__W8_7n.contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_banner_images-stack__teqv0 img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.contactSuccess_solution-wrapper__Dc7w2 .contactSuccess_isSalesProspecting__d8uJ5 .contactSuccess_button__WpsSt {
  background: #13976c !important;
}

.contactSuccess_section_solutions__wrap__AlJWy {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions__wrap__AlJWy {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx {
  grid-area: content;
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf {
  padding: 0 !important;
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  width: 60% !important;
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  left: 1%;
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    width: 100% !important;
  }
}
.contactSuccess_section_solutions__wrap__AlJWy .contactSuccess_button__WpsSt {
  grid-area: button;
}
.contactSuccess_section_solutions__wrap__AlJWy img {
  grid-area: img;
}

.contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO {
  display: flex;
  flex-direction: column;
}
.contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    margin-bottom: 26px !important;
  }
}
.contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions__wrap__AlJWy.contactSuccess_leads___6qAq .contactSuccess_col__yk_mf .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    width: 100% !important;
  }
}

.contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN h2 {
  grid-area: title;
}
.contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN .contactSuccess_infos_content-desc__ipTdw {
  grid-area: desc;
}
.contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN .contactSuccess_button__WpsSt {
  grid-area: button;
}
.contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN .contactSuccess_infos_content-images__F8dSC {
  grid-area: image;
}
@media (max-width: 600px) {
  .contactSuccess_infos_content__t7qd7.contactSuccess_sales__F7wNN {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.contactSuccess_vendor_company_popup-wrapper__mdYr_ {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    top: 104%;
    left: -65%;
  }
}
.contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q .contactSuccess_vendor_section_body__odCNx {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q .contactSuccess_vendor_section_body__odCNx {
    min-width: 100px;
  }
}
.contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q .contactSuccess_vendor_section_body__odCNx .contactSuccess_vendor_item-title__nEbxQ {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q .contactSuccess_vendor_section_body__odCNx .contactSuccess_vendor_item-img__xZUex img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.contactSuccess_vendor_company_popup-wrapper__mdYr_ .contactSuccess_vendor_company_popup__Xeu4q .contactSuccess_vendor_section_body__odCNx:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item__HR15p:nth-child(6n) .contactSuccess_vendor_company_popup-wrapper__mdYr_,
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item-container__v_cpl:nth-child(6n) .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    left: auto;
    right: 0;
  }
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item__HR15p:nth-child(6n+1) .contactSuccess_vendor_company_popup-wrapper__mdYr_,
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item-container__v_cpl:nth-child(6n+1) .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    left: 0;
  }
}
@media (max-width: 768px) {
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    left: -24%;
  }
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item__HR15p:nth-child(3n) .contactSuccess_vendor_company_popup-wrapper__mdYr_,
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item-container__v_cpl:nth-child(3n) .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    left: auto;
    right: 0;
  }
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item__HR15p:nth-child(3n+1) .contactSuccess_vendor_company_popup-wrapper__mdYr_,
  .contactSuccess_why_us-vendors__k_FeD .contactSuccess_item-container__v_cpl:nth-child(3n+1) .contactSuccess_vendor_company_popup-wrapper__mdYr_ {
    left: 0;
  }
}
.contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap.contactSuccess_plain__PF8bc a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap.contactSuccess_plain__PF8bc a:hover {
  background: #fff;
}
.contactSuccess_why_us-vendors__k_FeD .contactSuccess_section_body__0B5Ap.contactSuccess_plain__PF8bc a:hover svg path::nth-child(1) {
  fill: red;
}

.contactSuccess_dynamic-txts__dcyXh,
.contactSuccess_dynamic-txts-2__j6Qn7 {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .contactSuccess_dynamic-txts__dcyXh,
  .contactSuccess_dynamic-txts-2__j6Qn7 {
    line-height: 56px;
    height: 56px;
  }
  .contactSuccess_dynamic-txts__dcyXh span,
  .contactSuccess_dynamic-txts-2__j6Qn7 span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .contactSuccess_dynamic-txts-2__j6Qn7 li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .contactSuccess_dynamic-txts__dcyXh li:not(:first-child),
  .contactSuccess_dynamic-txts-2__j6Qn7 li:not(:first-child) {
    display: none;
  }
}
.contactSuccess_dynamic-txts__dcyXh li,
.contactSuccess_dynamic-txts-2__j6Qn7 li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .contactSuccess_dynamic-txts__dcyXh li,
  .contactSuccess_dynamic-txts-2__j6Qn7 li {
    animation: contactSuccess_slideText__RvoFc 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .contactSuccess_dynamic-txts-2__j6Qn7 li span {
    animation: contactSuccess_changeOpacity__rh8nA 9s linear infinite;
  }
  .contactSuccess_dynamic-txts-2__j6Qn7 li:nth-child(3) span,
  .contactSuccess_dynamic-txts-2__j6Qn7 li:nth-child(4) span {
    animation: contactSuccess_changeOpacity2__bcNDB 9s linear infinite;
  }
}
.contactSuccess_dynamic-txts__dcyXh li span,
.contactSuccess_dynamic-txts-2__j6Qn7 li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .contactSuccess_dynamic-txts__dcyXh li span:after,
  .contactSuccess_dynamic-txts-2__j6Qn7 li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .contactSuccess_dynamic-txts__dcyXh li span:after {
    animation: contactSuccess_typingHeader1__JBNjf 9s steps(22) infinite;
  }
  .contactSuccess_dynamic-txts-2__j6Qn7 li span:after {
    animation: contactSuccess_typingHeader2__fovnW 9s steps(17) infinite;
  }
  .contactSuccess_dynamic-txts__dcyXh li:nth-child(3) span:after {
    animation: contactSuccess_typingHeader3__dYmrW 9s steps(17) infinite !important;
  }
  .contactSuccess_dynamic-txts-2__j6Qn7 li:nth-child(3) span:after {
    animation: contactSuccess_typingHeader4__4kuX_ 9s steps(30) infinite !important;
  }
  .contactSuccess_dynamic-txts__dcyXh li:nth-child(4) span:after {
    animation: contactSuccess_typingHeader3__dYmrW 9s steps(17) infinite !important;
  }
  .contactSuccess_dynamic-txts-2__j6Qn7 li:nth-child(4) span:after {
    animation: contactSuccess_typingHeader4__4kuX_ 9s steps(30) infinite !important;
  }
}
@keyframes contactSuccess_changeOpacity__rh8nA {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes contactSuccess_changeOpacity2__bcNDB {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes contactSuccess_typingHeader1__JBNjf {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes contactSuccess_typingHeader2__fovnW {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes contactSuccess_typingHeader3__dYmrW {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes contactSuccess_typingHeader4__4kuX_ {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes contactSuccess_slideText__RvoFc {
  100% {
    top: -224px;
  }
}
@keyframes contactSuccess_slideText2__H208R {
  100% {
    top: -160px;
  }
}
@keyframes contactSuccess_flipImage__RIpp9 {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_line__tHiRe,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_line__tHiRe {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_line__tHiRe,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_line__tHiRe {
    padding-bottom: 50px !important;
  }
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-images__F8dSC,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-images__F8dSC {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-images__F8dSC,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-images__F8dSC {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-images__F8dSC img,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-images__F8dSC img {
  margin: 0 auto 1px !important;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK,
  .contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK {
    left: 23%;
    top: -27%;
  }
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_flipping__Gsj2Q,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_flipping__Gsj2Q {
  width: 460px;
  height: 340px;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:first-child,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:first-child {
  z-index: 3;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:first-child img,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:nth-child(2),
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) {
  z-index: 2;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) img,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:last-child,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:last-child {
  z-index: 1;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:last-child img,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container-animate__prmbi:first-child,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container-animate__prmbi:first-child {
  animation: contactSuccess_visibility1__WlHUn 15s forwards ease-in-out alternate;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container-animate__prmbi:nth-child(2),
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container-animate__prmbi:nth-child(2) {
  animation: contactSuccess_visibility2__flptn 15s forwards ease-in-out alternate;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container-animate__prmbi:last-child,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container-animate__prmbi:last-child {
  animation: contactSuccess_visibility3__WKoxR 15s forwards ease-in-out alternate;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:first-child .contactSuccess_flipping-animation__7a1gi,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:first-child .contactSuccess_flipping-animation__7a1gi {
  animation: contactSuccess_moveImage1__fWOxP 15s forwards ease-in-out alternate;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) .contactSuccess_flipping-animation__7a1gi,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) .contactSuccess_flipping-animation__7a1gi {
  transform: translate(0, 20px) scale(1);
  animation: contactSuccess_moveImage2__9dD4f 15s forwards ease-in-out alternate;
}
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:first-child .contactSuccess_infos_content-container__eiIpK:last-child .contactSuccess_flipping-animation__7a1gi,
.contactSuccess_section_infos-alt__wSjNF .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:last-child .contactSuccess_flipping-animation__7a1gi {
  transform: translate(0, 0) scale(0.95);
  animation: contactSuccess_moveImage3__pqfUG 15s forwards ease-in-out alternate;
}

.contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB:last-child .contactSuccess_infos_content-container__eiIpK:nth-child(2) .contactSuccess_flipping-animation__7a1gi {
  animation: contactSuccess_moveImage4__re3on 15s forwards ease-in-out alternate !important;
}

.contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB .contactSuccess_infos_content-images__F8dSC img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .contactSuccess_section_infos__wAAAv .contactSuccess_section_infos_block__DT3KB .contactSuccess_infos_content-images__F8dSC img {
    width: 94% !important;
  }
}

.contactSuccess_dynamic-txts__dcyXh.contactSuccess_isVendor__kxKp9 span,
.contactSuccess_dynamic-txts-2__j6Qn7.contactSuccess_isVendor__kxKp9 span {
  color: #d42d60 !important;
}

.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  padding: 0 !important;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7 {
  margin-top: 0 !important;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO,
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO {
    flex-direction: column !important;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7,
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo .contactSuccess_card_img__aG8m7 {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo,
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_solutions-body__abhmO .contactSuccess_card__nhkLo {
    width: 100% !important;
  }
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_col__yk_mf,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_col__yk_mf {
  width: 100% !important;
  padding: 0 !important;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_button__WpsSt,
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_button__WpsSt {
  margin-top: 56px;
}

.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
  margin-bottom: 30px;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_button__WpsSt {
  order: 4;
  margin: 0;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-title__GyBf8 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-title__GyBf8 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_promo-video__K4P93 {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma {
    align-items: initial !important;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
    order: 1;
    text-align: left !important;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-title__GyBf8 {
    order: 2;
    text-align: left !important;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_promo-video__K4P93 {
    order: 3;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_button__WpsSt {
    order: 5;
  }
  .contactSuccess_section_solutions-alt__Xklhq.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_card__nhkLo .contactSuccess_card_desc__ZOz0H {
    margin-bottom: 30px;
  }
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_card__nhkLo::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_solutions-body__MC2Xx .contactSuccess_card__nhkLo::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
  align-self: flex-start;
  order: 6;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO {
  text-align: center;
  order: 3;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO span {
  font-weight: 700;
  color: #404f5e;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_button__WpsSt {
  order: 4;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-title__GyBf8 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_promo-video__K4P93 {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma {
    align-items: initial !important;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-subtitle__epTeS {
    order: 1;
    text-align: left !important;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-title__GyBf8 {
    order: 2;
    text-align: left !important;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_promo-video__K4P93 {
    order: 3;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_section_head-text__0CCFO {
    order: 4;
    text-align: left !important;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma .contactSuccess_button__WpsSt {
    order: 5;
  }
  .contactSuccess_section_solutions-proposals__BE_kc.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
    order: 6;
    margin-top: 80px;
  }
}

.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
    margin-top: 40px !important;
  }
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content-desc__ipTdw {
  grid-area: desc !important;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 a {
  grid-area: button !important;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 .contactSuccess_button__WpsSt {
  width: 120px !important;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(even) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(even) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(even) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  justify-self: flex-start;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(odd) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  justify-self: flex-end;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(1) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  width: 100% !important;
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(3) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(4) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
    margin-left: -50px;
  }
}
.contactSuccess_section_infos-alt__wSjNF.contactSuccess_isVendor__kxKp9 .contactSuccess_section_infos_block__DT3KB:nth-child(5) .contactSuccess_infos_content__t7qd7.contactSuccess_isVendor__kxKp9 img {
  width: initial !important;
}

@media (max-width: 600px) {
  .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 {
    padding-bottom: 210px !important;
  }
}
.contactSuccess_banner__W8_7n.contactSuccess_isVendor__kxKp9 .contactSuccess_banner-title-sm__oj_2z span {
  color: #d42d60;
}

.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .contactSuccess_isVendor__kxKp9 .contactSuccess_section_head__NN1Ma h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt {
    width: auto !important;
  }
  .contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt:nth-child(2) {
    padding: 11px 38px !important;
  }
  .contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt::after {
    position: static;
  }
}
.contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt::after {
  right: 20px;
  transition: 0.5s;
}
.contactSuccess_isVendor__kxKp9 .contactSuccess_bannerBtns__1iGpK .contactSuccess_button__WpsSt:hover::after {
  right: 17px;
}
.contactSuccess_isVendor__kxKp9 .contactSuccess_button__WpsSt {
  color: #fff !important;
  background: #d42d60 !important;
}

.contactSuccess_the_pain__bVo9s.contactSuccess_isVendor__kxKp9 .contactSuccess_section_head-subtitle__epTeS {
  color: #d42d60;
}
.contactSuccess_the_pain__bVo9s.contactSuccess_isVendor__kxKp9 .contactSuccess_section_body-content__hFCLl div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .contactSuccess_the_pain__bVo9s.contactSuccess_isVendor__kxKp9 .contactSuccess_section_body-content__hFCLl div {
    font-size: 16px;
  }
}
.contactSuccess_the_pain__bVo9s.contactSuccess_isVendor__kxKp9 .contactSuccess_section_body-content__hFCLl div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .contactSuccess_the_pain__bVo9s.contactSuccess_isVendor__kxKp9 .contactSuccess_section_body-content__hFCLl div span {
    color: #d42d60 !important;
  }
}

@keyframes contactSuccess_visibility1__WlHUn {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes contactSuccess_visibility2__flptn {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes contactSuccess_visibility3__WKoxR {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes contactSuccess_moveImage4__re3on {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes contactSuccess_moveImage1__fWOxP {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes contactSuccess_moveImage2__9dD4f {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes contactSuccess_moveImage3__pqfUG {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.contactSuccess_contact_us_success__4Pcxh {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactSuccess_contact_us_success__title__sWbuJ {
  position: relative;
  padding-top: 80px !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #26345E;
}
.contactSuccess_contact_us_success__title__sWbuJ:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  background-color: #00A69D;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-x: center;
  -webkit-mask-image: url("/images/other/ok.svg");
}
.contactSuccess_contact_us_success__description__T_peC {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #27304F;
  margin-top: 15px !important;
}
.contactSuccess_contact_us_success__4Pcxh .contactSuccess_custom_button__X1K_R {
  width: 100%;
  margin-top: 40px;
}
.contactSuccess_contact_us_success__4Pcxh .contactSuccess_custom_button__label__rkyeg {
  font-weight: 400;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/contactUs/contactUsForm/contactUsForm.module.sass ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_btn__3ZqsW {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_btn-white__AC2fG {
  background: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_btn-white__AC2fG:hover {
  text-decoration: underline;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_btn-blue__RHSvg {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_btn-blue__RHSvg:hover {
  background: #008FD0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_button__zsPZS {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_button__zsPZS:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_button__zsPZS:hover:after {
  right: 7px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_wr__7vQ9e {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head__tcl__ {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head__tcl__ {
    margin-bottom: 40px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head-subtitle__W7uqN {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head-subtitle-second__3QqqM {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head-text__VNPIY {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head-text__VNPIY {
    max-width: 650px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head-text__VNPIY span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_head__tcl__ h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 {
    padding: 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk:first-child {
  padding-top: 150px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk:nth-child(3) .contactUsForm_line__i5JoC img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e {
  width: 1175px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_button__zsPZS {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_button__zsPZS:after {
  height: 10px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div:last-child {
  margin-bottom: 0 !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT {
    order: 2;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC img {
    order: 1;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC picture {
    margin: 0 auto 27px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC img {
    max-width: 100%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC h2 {
    position: absolute;
    top: -10%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3 .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_infos_block__bzumk:first-child img {
  max-width: 434px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS::after {
  margin: 0;
  right: 10px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos__I1Qn3.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS:hover::after {
  right: 8px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS {
    padding-bottom: 50px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_section_head__tcl__ {
  margin-bottom: 30px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_section_head__tcl__ h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_section_head-subtitle__W7uqN {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e {
  width: 980px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM:after {
    right: -2px;
    top: 10px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM:last-child {
  margin-bottom: 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item_title__K0ao7 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM .contactUsForm_item_body__6TGw_,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM .contactUsForm_item_body__6TGw_ span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM.contactUsForm_item-active__u5XOb {
  transition: 0.5s ease-in-out;
  height: auto;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM.contactUsForm_item-active__u5XOb .contactUsForm_item_body__6TGw_,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_question__o6ydS .contactUsForm_wr__7vQ9e .contactUsForm_item__d38GM.contactUsForm_item-active__u5XOb .contactUsForm_item_body__6TGw_ span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_wr__7vQ9e {
    margin: 50px auto 200px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_banner_search-bar__toMFP {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_banner_search-bar__toMFP {
    margin: -15px 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z {
    flex-direction: column;
    align-items: center;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS:hover {
  padding-right: 16px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS:last-child {
  background: #8a90a5 !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_banner_login__yg3m5 {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_banner_login__yg3m5 {
    margin-top: 26px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_banner_login-link__EPfDA {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza .contactUsForm_bannerBtns__u051z .contactUsForm_banner_login-link__EPfDA:hover {
  text-decoration: underline;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
  background-position: 55%;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner-title-sm__rvm4D {
  width: 85%;
}
@media (min-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner-title-sm__rvm4D {
    display: none;
  }
}
@media (max-width: 979px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner-title-lg__F8yXL {
    display: none;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e h1,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e h1,
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz h1 div {
    width: 120%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e h1 span,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e p {
    width: 81%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_button__zsPZS {
  width: 190px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz h1 {
    max-width: 90%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_wr__7vQ9e {
    margin: 400px auto 300px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_animation-wrapper__Gdonl {
  display: inline-flex;
  margin-top: 1px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_animation-wrapper__Gdonl .contactUsForm_dynamic-txts__quX5Q {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz.contactUsForm_without-sponsoredBanner__OYsKZ {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz.contactUsForm_without-sponsoredBanner__OYsKZ .contactUsForm_wr__7vQ9e {
    margin: 300px auto;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY p {
    max-width: 470px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__prompt-wrapper__edpep {
  top: 87% !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_bottom__avhz0 {
  display: flex;
  flex-direction: column-reverse;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_home-form-image__kqKDw {
  display: none !important;
}
@media (min-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt {
    margin-top: 5px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 {
  display: flex;
  align-items: center;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 .contactUsForm_header__item-btn__2PfNK.contactUsForm_btn-1__t1Z7l {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 > div {
    margin-left: 5px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_header__items__CBIRt .contactUsForm_header__item-content__S4xGX .contactUsForm_header__item__9odf3 > div:first-of-type {
    margin-left: 10px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    max-width: 544px;
    max-height: 441px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    width: 544px;
    height: 500px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    right: 8%;
    top: 30px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images__nmECL {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_withChildren__M_8Oe {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_without-sponsoredBanner__OYsKZ {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
    position: relative;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    max-width: 88%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    left: -5%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
    position: absolute;
    right: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
    left: -10%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
    position: relative;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL {
    right: -20%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img:first-child {
    left: -14%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 {
    padding: 70px 0 80px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ .contactUsForm_wr__7vQ9e {
    width: 100%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ .contactUsForm_wr__7vQ9e .contactUsForm_col__n7Xsx {
    width: 100%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ .contactUsForm_section_head-subtitle__W7uqN {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ {
    position: relative;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__wrapp__nWxG_ .contactUsForm_wr__7vQ9e {
    margin: 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_head__tcl__ {
  grid-area: header;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_wr__7vQ9e {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi {
    max-width: 500px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi {
    max-width: 350px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_section_solutions__img__yfZmi {
    position: absolute;
    bottom: 3%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq {
    flex-wrap: wrap;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx:last-child {
    margin-bottom: 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-title__qY9ZY {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-title__qY9ZY {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-title__qY9ZY {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-title__qY9ZY {
    display: block;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN:last-child {
  margin-bottom: 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN:first-child .contactUsForm_card-img__W2Q0X {
    margin-left: 0 !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_title__WdFky {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_title__WdFky span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx:nth-child(2) .contactUsForm_solutions-title__qY9ZY {
  color: #008FD0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx:nth-child(2) .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx:nth-child(2) .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS {
    display: flex;
    justify-content: space-between;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    width: 85%;
    margin-bottom: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card-title__I9Tqz {
    padding: 0 15px 0 40px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions__iW4c1 .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc {
    padding: 75px 0 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_button__zsPZS {
  display: none;
}
@media (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_button__zsPZS {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_head__tcl__ {
  margin-bottom: 45px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_head-subtitle__W7uqN {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd {
    display: block;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM img,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM .contactUsForm_item_title__K0ao7 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us__Kt_mc .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM .contactUsForm_item_body__6TGw_ {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 {
  margin: 80px 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_title__exdJr {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_section_needHelp-text__Tt8e_ {
  display: flex;
  justify-content: space-between;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh p {
    line-height: unset;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs {
    flex-direction: column;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button__zsPZS {
  height: initial;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_ {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_ {
    font-size: 13px;
    width: 190px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_:hover {
  padding-right: 12px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh {
    padding: 30px 20px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_section_needHelp-text__Tt8e_ {
    flex-direction: column;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_section_needHelp-text__Tt8e_ p {
    text-align: left;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_section_needHelp-text__Tt8e_ .contactUsForm_needHelpBtns__UUGvs {
    margin-top: 15px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_needHelp__dZHg7 .contactUsForm_section_needHelp-background__NkYzh .contactUsForm_section_needHelp-text__Tt8e_ .contactUsForm_needHelpBtns__UUGvs .contactUsForm_button-help__FCbg_ {
    width: 100%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h {
    padding: 75px 0 80px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h .contactUsForm_button__zsPZS {
  display: none;
}
@media (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h .contactUsForm_button__zsPZS {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h .contactUsForm_section_head__tcl__ h2 {
  color: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile__boc7h .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN:last-child {
    margin-bottom: 0;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card___RokN p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_profile-cards__iplwL .contactUsForm_card-title__I9Tqz {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_promo-video__EV4ML {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_promo-video__EV4ML iframe {
    height: 450px;
    width: 800px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_section_head__tcl__ {
  margin-bottom: 35px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_section_head__tcl__ h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_solutions-title__qY9ZY {
  color: #008FD0;
  display: none;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_card_title__WdFky span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_card___RokN:last-child img,
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_card___RokN:first-child img {
    margin-top: 15px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_button__zsPZS {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_button__zsPZS:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-title__qY9ZY {
  color: #008FD0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  text-align: left;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_title__WdFky {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS {
    display: flex;
    flex-direction: column;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    width: 85%;
    margin-bottom: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card-title__I9Tqz {
    padding: 0 15px 0 40px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY {
  background-color: #f8f9fa;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_head__tcl__ {
  margin-bottom: 35px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_head__tcl__ h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS:after {
  right: 11px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_solutions_superheader__ICBoT {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_solutions_superheader__ICBoT {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_solutions_superheader__ICBoT {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN .contactUsForm_card_title__WdFky {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(2) img,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child img {
  margin-top: 0 !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:last-child .contactUsForm_card_desc__DqmC0 {
    margin-bottom: 55px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_wr__7vQ9e {
  display: flex;
  flex-direction: column-reverse;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_head__tcl__ h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_head__tcl__ h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_head-subtitle__W7uqN {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_head-uppertitle__sqzUm {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_head-upptitle__LOJsa {
    display: none;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM.contactUsForm_no-padding__rw99E {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
    padding: 25px 30px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM.contactUsForm_no-padding__rw99E {
    padding: 25px 30px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item_btn__gbje9 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item_title__K0ao7 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM.contactUsForm_active__XkCVt {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM.contactUsForm_active__XkCVt .contactUsForm_item_btn__gbje9 {
  display: block;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM.contactUsForm_active__XkCVt svg {
  margin-bottom: 13px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM:not(.contactUsForm_active__XkCVt) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 {
    padding: 30px 17px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_vendor_company_popup-wrapper__cn8AD {
  top: 95% !important;
}
@media (max-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    top: 95% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_body__29qSd {
  margin-bottom: 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_body__29qSd .contactUsForm_item-container__ObUH3 {
  position: relative;
  margin-bottom: 30px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM .contactUsForm_item_title__K0ao7 {
  min-height: 26px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_body__29qSd .contactUsForm_item__d38GM:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_head__tcl__ h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_section_head-subtitle-second__3QqqM {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS:after {
    right: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body_background__u_7o1 .contactUsForm_button__zsPZS:hover:after {
    right: -2px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS:after {
    right: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_why_us-vendors__kFmzy .contactUsForm_button__zsPZS:after:hover:after {
    right: -2px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 {
  background: none;
  margin-top: 20px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk {
    padding: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:nth-child(4) .contactUsForm_line__i5JoC {
    margin-bottom: 0 !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child {
    background: #fbfbfb;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:nth-child(3) .contactUsForm_line__i5JoC img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC > img {
    max-width: 46%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT p {
    line-height: 27px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT .contactUsForm_button__zsPZS {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT .contactUsForm_button__zsPZS:after {
  right: 6px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk .contactUsForm_wr__7vQ9e > div .contactUsForm_line__i5JoC .contactUsForm_infos_content__0scGT .contactUsForm_button__zsPZS:hover:after {
  right: 5px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_head__tcl__ h2 {
  font-size: 32px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_wr__7vQ9e {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body__29qSd {
  display: flex;
  flex-direction: column;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr > div {
    padding-right: 20px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body-content__phmpr > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body__29qSd .contactUsForm_section_body-pain__0J_7R {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_the_pain__qdtM7 .contactUsForm_section_body__29qSd .contactUsForm_section_body-pain__0J_7R {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_proposal-img-block__YU16y {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_col__n7Xsx .contactUsForm_card_desc__DqmC0 {
    padding: 0;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_proposal-img-block__YU16y {
    order: 1;
    grid-area: image;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_head__tcl__ {
    order: 2;
    grid-area: title;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 {
    margin: 0 !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_proposal-img-block__YU16y {
    margin-bottom: 36px;
    order: 2;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_head__tcl__ {
    order: 1;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_col__n7Xsx {
    width: 100%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_col__n7Xsx .contactUsForm_card_title__WdFky {
    font-size: 18px !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_col__n7Xsx .contactUsForm_card_desc__DqmC0 {
    font-size: 16px !important;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq {
    margin-bottom: 38px;
    order: 3;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_button__zsPZS {
    margin: 0 !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq .contactUsForm_solutions-body__BzNUS {
  flex-direction: column;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq .contactUsForm_solutions-body__BzNUS {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq .contactUsForm_solutions-body__BzNUS {
    width: 100% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  width: 100% !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_solutions-body__nBZUq .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  margin-bottom: 0;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_solutions-content__Ptwv9 .contactUsForm_section_head__tcl__ {
  margin-bottom: 30px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_head__tcl__ h2 {
  font-family: "Inter";
  font-weight: 600;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_head__tcl__ h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_button__zsPZS {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_button__zsPZS:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_button__zsPZS {
    margin-bottom: 40px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_button__zsPZS:hover {
  color: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_button__zsPZS:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  color: #17d88a;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
    min-height: 100px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card-title__I9Tqz {
  font-family: "Inter";
  font-weight: 600;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_title__WdFky {
  color: #fff;
}
@media (max-width: 500px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY .contactUsForm_img_1__I3aqF {
    max-width: 100%;
  }
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card-img__W2Q0X .contactUsForm_img_2__Hl8W4 {
    max-width: 94% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card___RokN:nth-child(2) img,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card___RokN:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q .contactUsForm_wr__7vQ9e .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY img {
    max-width: unset;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY {
  background-color: #f8f9fa;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_section_head__tcl__ {
  grid-area: header;
  margin-bottom: 45px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS {
  color: #fff;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN {
    width: 32% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card_title__WdFky {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card_desc__DqmC0 {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card_desc__DqmC0 {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card_desc__DqmC0 {
    max-width: 94% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(2) img,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(2) img,
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child .contactUsForm_card_img__ha8yY {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child .contactUsForm_card_img__ha8yY {
    margin-top: 5% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child .contactUsForm_card_desc__DqmC0 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child img {
    max-width: 100% !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child .contactUsForm_card_desc__DqmC0 {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:first-child img {
    margin-top: 6px;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(2) img,
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isSalesProspecting___qVoY .contactUsForm_card___RokN:nth-child(2) img {
    margin-left: 3%;
  }
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_sub__pNziG {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_sub__pNziG .contactUsForm_section__titles__d95TF {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_sub__pNziG .contactUsForm_section__titles__d95TF > div {
  text-align: left;
}
.contactUsForm_solution-wrapper__uTUEc .contactUsForm_section__trusted__tWYwX .contactUsForm_section__titles__d95TF {
  margin-left: 5%;
}

.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e {
  margin-top: 100px;
  margin-bottom: 0;
}
.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    max-width: 544px;
    max-height: 441px;
  }
}
.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    width: 544px;
    height: 500px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL .contactUsForm_banner_images-stack__zsCKq img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 8%;
    top: 100px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 150px;
    top: 160px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 170px;
    top: 190px;
  }
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_wr__7vQ9e .contactUsForm_banner_images__nmECL {
    right: 27%;
  }
}
.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_header__item__9odf3 {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_header__item__9odf3 {
    padding: 0 10px 0 20px !important;
  }
}
.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_section__trusted__tWYwX {
  padding-top: 0;
}
.contactUsForm_solution-wrapper__uTUEc.contactUsForm_isHome__N4p9h .contactUsForm_section__trusted__tWYwX .contactUsForm_section__title__SMfML {
  z-index: -1;
}

@media (max-width: 767px) {
  .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY {
    margin-bottom: 150px;
  }
}
.contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images-stack__zsCKq {
  animation-name: contactUsForm_flipImage__hJ_k8;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images-stack__zsCKq img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images-stack__zsCKq img {
    max-width: 100% !important;
  }
}
.contactUsForm_banner__b_Tza.contactUsForm_isSalesProspecting___qVoY .contactUsForm_banner_images-stack__zsCKq img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.contactUsForm_solution-wrapper__uTUEc .contactUsForm_isSalesProspecting___qVoY .contactUsForm_button__zsPZS {
  background: #13976c !important;
}

.contactUsForm_section_solutions__wrap__y5Ths {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions__wrap__y5Ths {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq {
  grid-area: content;
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx {
  padding: 0 !important;
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  width: 60% !important;
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  left: 1%;
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_section_solutions-body__nBZUq .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    width: 100% !important;
  }
}
.contactUsForm_section_solutions__wrap__y5Ths .contactUsForm_button__zsPZS {
  grid-area: button;
}
.contactUsForm_section_solutions__wrap__y5Ths img {
  grid-area: img;
}

.contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS {
  display: flex;
  flex-direction: column;
}
.contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    margin-bottom: 26px !important;
  }
}
.contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions__wrap__y5Ths.contactUsForm_leads__8ajGV .contactUsForm_col__n7Xsx .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    width: 100% !important;
  }
}

.contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o h2 {
  grid-area: title;
}
.contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o .contactUsForm_infos_content-desc__xnTH8 {
  grid-area: desc;
}
.contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o .contactUsForm_button__zsPZS {
  grid-area: button;
}
.contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o .contactUsForm_infos_content-images__3_6XN {
  grid-area: image;
}
@media (max-width: 600px) {
  .contactUsForm_infos_content__0scGT.contactUsForm_sales__Gq6_o {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.contactUsForm_vendor_company_popup-wrapper__cn8AD {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    top: 104%;
    left: -65%;
  }
}
.contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ .contactUsForm_vendor_section_body__cXt4D {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ .contactUsForm_vendor_section_body__cXt4D {
    min-width: 100px;
  }
}
.contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ .contactUsForm_vendor_section_body__cXt4D .contactUsForm_vendor_item-title__lMbe_ {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ .contactUsForm_vendor_section_body__cXt4D .contactUsForm_vendor_item-img__IbAa0 img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.contactUsForm_vendor_company_popup-wrapper__cn8AD .contactUsForm_vendor_company_popup__gMoMZ .contactUsForm_vendor_section_body__cXt4D:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item__d38GM:nth-child(6n) .contactUsForm_vendor_company_popup-wrapper__cn8AD,
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item-container__ObUH3:nth-child(6n) .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    left: auto;
    right: 0;
  }
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item__d38GM:nth-child(6n+1) .contactUsForm_vendor_company_popup-wrapper__cn8AD,
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item-container__ObUH3:nth-child(6n+1) .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    left: 0;
  }
}
@media (max-width: 768px) {
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    left: -24%;
  }
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item__d38GM:nth-child(3n) .contactUsForm_vendor_company_popup-wrapper__cn8AD,
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item-container__ObUH3:nth-child(3n) .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    left: auto;
    right: 0;
  }
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item__d38GM:nth-child(3n+1) .contactUsForm_vendor_company_popup-wrapper__cn8AD,
  .contactUsForm_why_us-vendors__kFmzy .contactUsForm_item-container__ObUH3:nth-child(3n+1) .contactUsForm_vendor_company_popup-wrapper__cn8AD {
    left: 0;
  }
}
.contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd.contactUsForm_plain__ODBzr a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd.contactUsForm_plain__ODBzr a:hover {
  background: #fff;
}
.contactUsForm_why_us-vendors__kFmzy .contactUsForm_section_body__29qSd.contactUsForm_plain__ODBzr a:hover svg path::nth-child(1) {
  fill: red;
}

.contactUsForm_dynamic-txts__quX5Q,
.contactUsForm_dynamic-txts-2__WfuoS {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .contactUsForm_dynamic-txts__quX5Q,
  .contactUsForm_dynamic-txts-2__WfuoS {
    line-height: 56px;
    height: 56px;
  }
  .contactUsForm_dynamic-txts__quX5Q span,
  .contactUsForm_dynamic-txts-2__WfuoS span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .contactUsForm_dynamic-txts-2__WfuoS li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .contactUsForm_dynamic-txts__quX5Q li:not(:first-child),
  .contactUsForm_dynamic-txts-2__WfuoS li:not(:first-child) {
    display: none;
  }
}
.contactUsForm_dynamic-txts__quX5Q li,
.contactUsForm_dynamic-txts-2__WfuoS li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .contactUsForm_dynamic-txts__quX5Q li,
  .contactUsForm_dynamic-txts-2__WfuoS li {
    animation: contactUsForm_slideText__3k_zJ 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .contactUsForm_dynamic-txts-2__WfuoS li span {
    animation: contactUsForm_changeOpacity__po1CM 9s linear infinite;
  }
  .contactUsForm_dynamic-txts-2__WfuoS li:nth-child(3) span,
  .contactUsForm_dynamic-txts-2__WfuoS li:nth-child(4) span {
    animation: contactUsForm_changeOpacity2__WUtd1 9s linear infinite;
  }
}
.contactUsForm_dynamic-txts__quX5Q li span,
.contactUsForm_dynamic-txts-2__WfuoS li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .contactUsForm_dynamic-txts__quX5Q li span:after,
  .contactUsForm_dynamic-txts-2__WfuoS li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .contactUsForm_dynamic-txts__quX5Q li span:after {
    animation: contactUsForm_typingHeader1__WWxF9 9s steps(22) infinite;
  }
  .contactUsForm_dynamic-txts-2__WfuoS li span:after {
    animation: contactUsForm_typingHeader2__z_tpz 9s steps(17) infinite;
  }
  .contactUsForm_dynamic-txts__quX5Q li:nth-child(3) span:after {
    animation: contactUsForm_typingHeader3__b_Sqg 9s steps(17) infinite !important;
  }
  .contactUsForm_dynamic-txts-2__WfuoS li:nth-child(3) span:after {
    animation: contactUsForm_typingHeader4__daUIk 9s steps(30) infinite !important;
  }
  .contactUsForm_dynamic-txts__quX5Q li:nth-child(4) span:after {
    animation: contactUsForm_typingHeader3__b_Sqg 9s steps(17) infinite !important;
  }
  .contactUsForm_dynamic-txts-2__WfuoS li:nth-child(4) span:after {
    animation: contactUsForm_typingHeader4__daUIk 9s steps(30) infinite !important;
  }
}
@keyframes contactUsForm_changeOpacity__po1CM {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes contactUsForm_changeOpacity2__WUtd1 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes contactUsForm_typingHeader1__WWxF9 {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes contactUsForm_typingHeader2__z_tpz {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes contactUsForm_typingHeader3__b_Sqg {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes contactUsForm_typingHeader4__daUIk {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes contactUsForm_slideText__3k_zJ {
  100% {
    top: -224px;
  }
}
@keyframes contactUsForm_slideText2__KrNJe {
  100% {
    top: -160px;
  }
}
@keyframes contactUsForm_flipImage__hJ_k8 {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_line__i5JoC,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_line__i5JoC {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_line__i5JoC,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_line__i5JoC {
    padding-bottom: 50px !important;
  }
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-images__3_6XN,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-images__3_6XN {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-images__3_6XN,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-images__3_6XN {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-images__3_6XN img,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-images__3_6XN img {
  margin: 0 auto 1px !important;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E,
  .contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E {
    left: 23%;
    top: -27%;
  }
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_flipping__2S6rN,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_flipping__2S6rN {
  width: 460px;
  height: 340px;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:first-child,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:first-child {
  z-index: 3;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:first-child img,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2),
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) {
  z-index: 2;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) img,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:last-child,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:last-child {
  z-index: 1;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:last-child img,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container-animate__btqhE:first-child,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container-animate__btqhE:first-child {
  animation: contactUsForm_visibility1__Mh3C9 15s forwards ease-in-out alternate;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container-animate__btqhE:nth-child(2),
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container-animate__btqhE:nth-child(2) {
  animation: contactUsForm_visibility2__MUv8z 15s forwards ease-in-out alternate;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container-animate__btqhE:last-child,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container-animate__btqhE:last-child {
  animation: contactUsForm_visibility3__ojMpA 15s forwards ease-in-out alternate;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:first-child .contactUsForm_flipping-animation__udwbv,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:first-child .contactUsForm_flipping-animation__udwbv {
  animation: contactUsForm_moveImage1__pskMH 15s forwards ease-in-out alternate;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) .contactUsForm_flipping-animation__udwbv,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) .contactUsForm_flipping-animation__udwbv {
  transform: translate(0, 20px) scale(1);
  animation: contactUsForm_moveImage2__i4Ehw 15s forwards ease-in-out alternate;
}
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:first-child .contactUsForm_infos_content-container__Nyj_E:last-child .contactUsForm_flipping-animation__udwbv,
.contactUsForm_section_infos-alt__L1D41 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:last-child .contactUsForm_flipping-animation__udwbv {
  transform: translate(0, 0) scale(0.95);
  animation: contactUsForm_moveImage3__A6jKQ 15s forwards ease-in-out alternate;
}

.contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk:last-child .contactUsForm_infos_content-container__Nyj_E:nth-child(2) .contactUsForm_flipping-animation__udwbv {
  animation: contactUsForm_moveImage4__Dievf 15s forwards ease-in-out alternate !important;
}

.contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk .contactUsForm_infos_content-images__3_6XN img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .contactUsForm_section_infos__I1Qn3 .contactUsForm_section_infos_block__bzumk .contactUsForm_infos_content-images__3_6XN img {
    width: 94% !important;
  }
}

.contactUsForm_dynamic-txts__quX5Q.contactUsForm_isVendor__hwGoz span,
.contactUsForm_dynamic-txts-2__WfuoS.contactUsForm_isVendor__hwGoz span {
  color: #d42d60 !important;
}

.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  padding: 0 !important;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY {
  margin-top: 0 !important;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS,
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS {
    flex-direction: column !important;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY,
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN .contactUsForm_card_img__ha8yY {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN,
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_solutions-body__BzNUS .contactUsForm_card___RokN {
    width: 100% !important;
  }
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_col__n7Xsx,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_col__n7Xsx {
  width: 100% !important;
  padding: 0 !important;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_button__zsPZS,
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_button__zsPZS {
  margin-top: 56px;
}

.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_solutions-body__nBZUq .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
  margin-bottom: 30px;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_button__zsPZS {
  order: 4;
  margin: 0;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-title__Mtmke {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-title__Mtmke {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_promo-video__EV4ML {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ {
    align-items: initial !important;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
    order: 1;
    text-align: left !important;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-title__Mtmke {
    order: 2;
    text-align: left !important;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_promo-video__EV4ML {
    order: 3;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_button__zsPZS {
    order: 5;
  }
  .contactUsForm_section_solutions-alt__xegDy.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_solutions-body__nBZUq .contactUsForm_card___RokN .contactUsForm_card_desc__DqmC0 {
    margin-bottom: 30px;
  }
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_solutions-body__nBZUq .contactUsForm_card___RokN::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_solutions-body__nBZUq .contactUsForm_card___RokN::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
  align-self: flex-start;
  order: 6;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY {
  text-align: center;
  order: 3;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY span {
  font-weight: 700;
  color: #404f5e;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_button__zsPZS {
  order: 4;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-title__Mtmke {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_promo-video__EV4ML {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ {
    align-items: initial !important;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-subtitle__W7uqN {
    order: 1;
    text-align: left !important;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-title__Mtmke {
    order: 2;
    text-align: left !important;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_promo-video__EV4ML {
    order: 3;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_section_head-text__VNPIY {
    order: 4;
    text-align: left !important;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ .contactUsForm_button__zsPZS {
    order: 5;
  }
  .contactUsForm_section_solutions-proposals__sIN1Q.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
    order: 6;
    margin-top: 80px;
  }
}

.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
    margin-top: 40px !important;
  }
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content-desc__xnTH8 {
  grid-area: desc !important;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz a {
  grid-area: button !important;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz .contactUsForm_button__zsPZS {
  width: 120px !important;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(even) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(even) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(even) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  justify-self: flex-start;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(odd) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  justify-self: flex-end;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(1) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  width: 100% !important;
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(3) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(4) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
    margin-left: -50px;
  }
}
.contactUsForm_section_infos-alt__L1D41.contactUsForm_isVendor__hwGoz .contactUsForm_section_infos_block__bzumk:nth-child(5) .contactUsForm_infos_content__0scGT.contactUsForm_isVendor__hwGoz img {
  width: initial !important;
}

@media (max-width: 600px) {
  .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz {
    padding-bottom: 210px !important;
  }
}
.contactUsForm_banner__b_Tza.contactUsForm_isVendor__hwGoz .contactUsForm_banner-title-sm__rvm4D span {
  color: #d42d60;
}

.contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .contactUsForm_isVendor__hwGoz .contactUsForm_section_head__tcl__ h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS {
    width: auto !important;
  }
  .contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS:nth-child(2) {
    padding: 11px 38px !important;
  }
  .contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS::after {
    position: static;
  }
}
.contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS::after {
  right: 20px;
  transition: 0.5s;
}
.contactUsForm_isVendor__hwGoz .contactUsForm_bannerBtns__u051z .contactUsForm_button__zsPZS:hover::after {
  right: 17px;
}
.contactUsForm_isVendor__hwGoz .contactUsForm_button__zsPZS {
  color: #fff !important;
  background: #d42d60 !important;
}

.contactUsForm_the_pain__qdtM7.contactUsForm_isVendor__hwGoz .contactUsForm_section_head-subtitle__W7uqN {
  color: #d42d60;
}
.contactUsForm_the_pain__qdtM7.contactUsForm_isVendor__hwGoz .contactUsForm_section_body-content__phmpr div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .contactUsForm_the_pain__qdtM7.contactUsForm_isVendor__hwGoz .contactUsForm_section_body-content__phmpr div {
    font-size: 16px;
  }
}
.contactUsForm_the_pain__qdtM7.contactUsForm_isVendor__hwGoz .contactUsForm_section_body-content__phmpr div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .contactUsForm_the_pain__qdtM7.contactUsForm_isVendor__hwGoz .contactUsForm_section_body-content__phmpr div span {
    color: #d42d60 !important;
  }
}

@keyframes contactUsForm_visibility1__Mh3C9 {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes contactUsForm_visibility2__MUv8z {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes contactUsForm_visibility3__ojMpA {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes contactUsForm_moveImage4__Dievf {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes contactUsForm_moveImage1__pskMH {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes contactUsForm_moveImage2__i4Ehw {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes contactUsForm_moveImage3__A6jKQ {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
/* CATALINA BLUE SHADES */
/* TEAL SHADES */
/* NEUTRALS */
/* ALERT COLORS */
/* GRADIENT COLORS */
/* ALERT SHADES */
.contactUsForm_contact_us_form__gQS_P {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF !important;
}
.contactUsForm_contact_us_form__gQS_P * {
  box-sizing: revert !important;
}
.contactUsForm_contact_us_form__gQS_P .contactUsForm_custom_input__root__WnCeW {
  padding: 0 !important;
}
.contactUsForm_contact_us_form__gQS_P .contactUsForm_custom_input__label__Tr3xy,
.contactUsForm_contact_us_form__gQS_P .contactUsForm_custom_select__label__zhl8q {
  font-weight: 400;
  color: #26345E;
}
.contactUsForm_contact_us_form__row__9_JKa {
  display: flex;
  gap: 16px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .contactUsForm_contact_us_form__row__9_JKa {
    flex-direction: column;
  }
}
.contactUsForm_contact_us_form__gQS_P .contactUsForm_link__DwpEN {
  color: var(--color--alert-info);
  font-weight: 900;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/landings/getInTouch/getInTouch.module.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.getInTouch_solution-wrapper__DHOBf .getInTouch_btn__EGwkC {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_btn-white__HsSNK {
  background: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_btn-white__HsSNK:hover {
  text-decoration: underline;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_btn-blue__QX1gM {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_btn-blue__QX1gM:hover {
  background: #008FD0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_button__w9qpV {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_button__w9qpV:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_button__w9qpV:hover:after {
  right: 7px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_wr__9GaY1 {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head__aD2lW {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_head__aD2lW {
    margin-bottom: 40px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head-subtitle__JrF5q {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head-subtitle-second__ld1ep {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head-text__vDH88 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_head-text__vDH88 {
    max-width: 650px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head-text__vDH88 span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_head__aD2lW h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA {
    padding: 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs:first-child {
  padding-top: 150px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs:nth-child(3) .getInTouch_line__mOcot img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 {
  width: 1175px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_button__w9qpV {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_button__w9qpV:after {
  height: 10px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div:last-child {
  margin-bottom: 0 !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S {
    order: 2;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot img {
    order: 1;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot picture {
    margin: 0 auto 27px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot img {
    max-width: 100%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot h2 {
    position: absolute;
    top: -10%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_infos_block__sTXXs:first-child img {
  max-width: 434px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV::after {
  margin: 0;
  right: 10px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos__Aq3TA.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV:hover::after {
  right: 8px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa {
    padding-bottom: 50px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_section_head__aD2lW {
  margin-bottom: 30px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_section_head__aD2lW h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_section_head-subtitle__JrF5q {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 {
  width: 980px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG:after {
    right: -2px;
    top: 10px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG:last-child {
  margin-bottom: 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item_title__GZkFk {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG .getInTouch_item_body__QbtDK,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG .getInTouch_item_body__QbtDK span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG.getInTouch_item-active__fLWoS {
  transition: 0.5s ease-in-out;
  height: auto;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG.getInTouch_item-active__fLWoS .getInTouch_item_body__QbtDK,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_question__6PgRa .getInTouch_wr__9GaY1 .getInTouch_item__DI3jG.getInTouch_item-active__fLWoS .getInTouch_item_body__QbtDK span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_wr__9GaY1 {
    margin: 50px auto 200px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_banner_search-bar__F9yuj {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_banner_search-bar__F9yuj {
    margin: -15px 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF {
    flex-direction: column;
    align-items: center;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV:hover {
  padding-right: 16px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV:last-child {
  background: #8a90a5 !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_banner_login__4VMZc {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_banner_login__4VMZc {
    margin-top: 26px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_banner_login-link__7R1zX {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla .getInTouch_bannerBtns__ElFxF .getInTouch_banner_login-link__7R1zX:hover {
  text-decoration: underline;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
  background-position: 55%;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner-title-sm__47w_L {
  width: 85%;
}
@media (min-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner-title-sm__47w_L {
    display: none;
  }
}
@media (max-width: 979px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner-title-lg__ZHsH6 {
    display: none;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 h1,
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 h1,
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ h1 div {
    width: 120%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 h1 span,
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 p {
    width: 81%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_button__w9qpV {
  width: 190px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ h1 {
    max-width: 90%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_wr__9GaY1 {
    margin: 400px auto 300px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_animation-wrapper__sfOQ1 {
  display: inline-flex;
  margin-top: 1px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_animation-wrapper__sfOQ1 .getInTouch_dynamic-txts__3Vzwn {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ.getInTouch_without-sponsoredBanner__FvQJx {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ.getInTouch_without-sponsoredBanner__FvQJx .getInTouch_wr__9GaY1 {
    margin: 300px auto;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 p {
    max-width: 470px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__prompt-wrapper__lDmxQ {
  top: 87% !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_bottom__BeRR_ {
  display: flex;
  flex-direction: column-reverse;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_home-form-image__XUo05 {
  display: none !important;
}
@media (min-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP {
    margin-top: 5px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl {
  display: flex;
  align-items: center;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl .getInTouch_header__item-btn__gscp3.getInTouch_btn-1__TR85L {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl > div {
    margin-left: 5px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_header__items__uLCAP .getInTouch_header__item-content__qeL9i .getInTouch_header__item__aFIRl > div:first-of-type {
    margin-left: 10px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    max-width: 544px;
    max-height: 441px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    width: 544px;
    height: 500px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    right: 8%;
    top: 30px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images__bnf3_ {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_withChildren__1Gu6_ {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_without-sponsoredBanner__FvQJx {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
    position: relative;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    max-width: 88%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    left: -5%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
    position: absolute;
    right: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
    left: -10%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
    position: relative;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ {
    right: -20%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img:first-child {
    left: -14%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ {
    padding: 70px 0 80px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI .getInTouch_wr__9GaY1 {
    width: 100%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI .getInTouch_wr__9GaY1 .getInTouch_col__hG5OD {
    width: 100%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI .getInTouch_section_head-subtitle__JrF5q {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI {
    position: relative;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__wrapp__48cfI .getInTouch_wr__9GaY1 {
    margin: 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_head__aD2lW {
  grid-area: header;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_wr__9GaY1 {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc {
    max-width: 500px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc {
    max-width: 350px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_section_solutions__img__MoPZc {
    position: absolute;
    bottom: 3%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil {
    flex-wrap: wrap;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD {
    width: 100%;
    margin-bottom: 30px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD:last-child {
    margin-bottom: 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-title__1tb20 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-title__1tb20 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-title__1tb20 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-title__1tb20 {
    display: block;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z:last-child {
  margin-bottom: 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z:first-child .getInTouch_card-img__1NpcZ {
    margin-left: 0 !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_title__ApzsE {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_title__ApzsE span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD:nth-child(2) .getInTouch_solutions-title__1tb20 {
  color: #008FD0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD:nth-child(2) .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD:nth-child(2) .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 {
    display: flex;
    justify-content: space-between;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    width: 85%;
    margin-bottom: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card-title__PKZdo {
    padding: 0 15px 0 40px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions__ObOoZ .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY {
    padding: 75px 0 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_button__w9qpV {
  display: none;
}
@media (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_button__w9qpV {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_head__aD2lW {
  margin-bottom: 45px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_head-subtitle__JrF5q {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV {
    display: block;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG img,
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG .getInTouch_item_title__GZkFk {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us__ENHPY .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG .getInTouch_item_body__QbtDK {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk {
  margin: 80px 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_title__CvhP9 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_section_needHelp-text__JgxP3 {
  display: flex;
  justify-content: space-between;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK p {
    line-height: unset;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W {
    flex-direction: column;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button__w9qpV {
  height: initial;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn {
    font-size: 13px;
    width: 190px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn:hover {
  padding-right: 12px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK {
    padding: 30px 20px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_section_needHelp-text__JgxP3 {
    flex-direction: column;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_section_needHelp-text__JgxP3 p {
    text-align: left;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_section_needHelp-text__JgxP3 .getInTouch_needHelpBtns__Ihf8W {
    margin-top: 15px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_needHelp__4exFk .getInTouch_section_needHelp-background__2LnjK .getInTouch_section_needHelp-text__JgxP3 .getInTouch_needHelpBtns__Ihf8W .getInTouch_button-help__M5GRn {
    width: 100%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk {
    padding: 75px 0 80px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk .getInTouch_button__w9qpV {
  display: none;
}
@media (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk .getInTouch_button__w9qpV {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk .getInTouch_section_head__aD2lW h2 {
  color: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile__5ddXk .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z:last-child {
    margin-bottom: 0;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card__5ze_Z p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_profile-cards__0a4kP .getInTouch_card-title__PKZdo {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_promo-video__YB2L0 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_promo-video__YB2L0 iframe {
    height: 450px;
    width: 800px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_section_head__aD2lW {
  margin-bottom: 35px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_section_head__aD2lW h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_solutions-title__1tb20 {
  color: #008FD0;
  display: none;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_card_title__ApzsE span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_card__5ze_Z:last-child img,
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_card__5ze_Z:first-child img {
    margin-top: 15px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_button__w9qpV {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_button__w9qpV:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-title__1tb20 {
  color: #008FD0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  text-align: left;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_title__ApzsE {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 {
    display: flex;
    flex-direction: column;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    width: 85%;
    margin-bottom: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card-title__PKZdo {
    padding: 0 15px 0 40px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 {
  background-color: #f8f9fa;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_head__aD2lW {
  margin-bottom: 35px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_head__aD2lW h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV:after {
  right: 11px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_solutions_superheader__Z6FDJ {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_solutions_superheader__Z6FDJ {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_solutions_superheader__Z6FDJ {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z .getInTouch_card_title__ApzsE {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(2) img,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child img {
  margin-top: 0 !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-alt__uF80p.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:last-child .getInTouch_card_desc__O7A2H {
    margin-bottom: 55px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_wr__9GaY1 {
  display: flex;
  flex-direction: column-reverse;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_head__aD2lW h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_head__aD2lW h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_head-subtitle__JrF5q {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_head-uppertitle__9_MpK {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_head-upptitle__Qg97x {
    display: none;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG.getInTouch_no-padding__Q1bSB {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
    padding: 25px 30px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG.getInTouch_no-padding__Q1bSB {
    padding: 25px 30px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item_btn__2EroT {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item_title__GZkFk {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG.getInTouch_active__dj7DM {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG.getInTouch_active__dj7DM .getInTouch_item_btn__2EroT {
  display: block;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG.getInTouch_active__dj7DM svg {
  margin-bottom: 13px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG:not(.getInTouch_active__dj7DM) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 {
    padding: 30px 17px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_vendor_company_popup-wrapper__Akqia {
  top: 95% !important;
}
@media (max-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_vendor_company_popup-wrapper__Akqia {
    top: 95% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_body__r0AVV {
  margin-bottom: 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_body__r0AVV .getInTouch_item-container___iYfE {
  position: relative;
  margin-bottom: 30px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG .getInTouch_item_title__GZkFk {
  min-height: 26px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_body__r0AVV .getInTouch_item__DI3jG:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_head__aD2lW h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_section_head-subtitle-second__ld1ep {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV:after {
    right: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_section_body_background__0kGB1 .getInTouch_button__w9qpV:hover:after {
    right: -2px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV:after {
    right: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_why_us-vendors__G0izJ .getInTouch_button__w9qpV:after:hover:after {
    right: -2px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 {
  background: none;
  margin-top: 20px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs {
    padding: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:nth-child(4) .getInTouch_line__mOcot {
    margin-bottom: 0 !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child {
    background: #fbfbfb;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:nth-child(3) .getInTouch_line__mOcot img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot > img {
    max-width: 46%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S p {
    line-height: 27px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S .getInTouch_button__w9qpV {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S .getInTouch_button__w9qpV:after {
  right: 6px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs .getInTouch_wr__9GaY1 > div .getInTouch_line__mOcot .getInTouch_infos_content__sGt3S .getInTouch_button__w9qpV:hover:after {
  right: 5px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_head__aD2lW h2 {
  font-size: 32px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_wr__9GaY1 {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body__r0AVV {
  display: flex;
  flex-direction: column;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA > div {
    padding-right: 20px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body-content__YKvNA > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body__r0AVV .getInTouch_section_body-pain__YvHx7 {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_the_pain__y5qzH .getInTouch_section_body__r0AVV .getInTouch_section_body-pain__YvHx7 {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_proposal-img-block__dBHLW {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_col__hG5OD .getInTouch_card_desc__O7A2H {
    padding: 0;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_proposal-img-block__dBHLW {
    order: 1;
    grid-area: image;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_head__aD2lW {
    order: 2;
    grid-area: title;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu {
    margin: 0 !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_proposal-img-block__dBHLW {
    margin-bottom: 36px;
    order: 2;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_head__aD2lW {
    order: 1;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_col__hG5OD {
    width: 100%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_col__hG5OD .getInTouch_card_title__ApzsE {
    font-size: 18px !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_col__hG5OD .getInTouch_card_desc__O7A2H {
    font-size: 16px !important;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil {
    margin-bottom: 38px;
    order: 3;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_button__w9qpV {
    margin: 0 !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil .getInTouch_solutions-body__5zYc9 {
  flex-direction: column;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil .getInTouch_solutions-body__5zYc9 {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil .getInTouch_solutions-body__5zYc9 {
    width: 100% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  width: 100% !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_solutions-body__nbNil .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  margin-bottom: 0;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_solutions-content__Z0_mu .getInTouch_section_head__aD2lW {
  margin-bottom: 30px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_head__aD2lW h2 {
  font-family: "Inter";
  font-weight: 600;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_head__aD2lW h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_button__w9qpV {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_button__w9qpV:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_button__w9qpV {
    margin-bottom: 40px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_button__w9qpV:hover {
  color: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_button__w9qpV:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  color: #17d88a;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
    min-height: 100px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card-title__PKZdo {
  font-family: "Inter";
  font-weight: 600;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_title__ApzsE {
  color: #fff;
}
@media (max-width: 500px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK .getInTouch_img_1__6IU5k {
    max-width: 100%;
  }
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card-img__1NpcZ .getInTouch_img_2__fqjbr {
    max-width: 94% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card__5ze_Z:nth-child(2) img,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card__5ze_Z:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6 .getInTouch_wr__9GaY1 .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK img {
    max-width: unset;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 {
  background-color: #f8f9fa;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_section_head__aD2lW {
  grid-area: header;
  margin-bottom: 45px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV {
  color: #fff;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z {
    width: 32% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card_title__ApzsE {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card_desc__O7A2H {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card_desc__O7A2H {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card_desc__O7A2H {
    max-width: 94% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(2) img,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(2) img,
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child .getInTouch_card_img__Ob8FK {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child .getInTouch_card_img__Ob8FK {
    margin-top: 5% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child .getInTouch_card_desc__O7A2H {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child img {
    max-width: 100% !important;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child .getInTouch_card_desc__O7A2H {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:first-child img {
    margin-top: 6px;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(2) img,
.getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isSalesProspecting__cdSs0 .getInTouch_card__5ze_Z:nth-child(2) img {
    margin-left: 3%;
  }
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_sub__T_H6g {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_sub__T_H6g .getInTouch_section__titles__PYu_n {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_sub__T_H6g .getInTouch_section__titles__PYu_n > div {
  text-align: left;
}
.getInTouch_solution-wrapper__DHOBf .getInTouch_section__trusted__tOFSa .getInTouch_section__titles__PYu_n {
  margin-left: 5%;
}

.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 {
  margin-top: 100px;
  margin-bottom: 0;
}
.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    max-width: 544px;
    max-height: 441px;
  }
}
.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    width: 544px;
    height: 500px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ .getInTouch_banner_images-stack__zHKIE img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 8%;
    top: 100px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 150px;
    top: 160px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 170px;
    top: 190px;
  }
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_wr__9GaY1 .getInTouch_banner_images__bnf3_ {
    right: 27%;
  }
}
.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_header__item__aFIRl {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_header__item__aFIRl {
    padding: 0 10px 0 20px !important;
  }
}
.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_section__trusted__tOFSa {
  padding-top: 0;
}
.getInTouch_solution-wrapper__DHOBf.getInTouch_isHome__ipF1h .getInTouch_section__trusted__tOFSa .getInTouch_section__title__mN9VB {
  z-index: -1;
}

@media (max-width: 767px) {
  .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 {
    margin-bottom: 150px;
  }
}
.getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images-stack__zHKIE {
  animation-name: getInTouch_flipImage__vV77V;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images-stack__zHKIE img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images-stack__zHKIE img {
    max-width: 100% !important;
  }
}
.getInTouch_banner__MdUla.getInTouch_isSalesProspecting__cdSs0 .getInTouch_banner_images-stack__zHKIE img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.getInTouch_solution-wrapper__DHOBf .getInTouch_isSalesProspecting__cdSs0 .getInTouch_button__w9qpV {
  background: #13976c !important;
}

.getInTouch_section_solutions__wrap__FOiUP {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions__wrap__FOiUP {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil {
  grid-area: content;
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD {
  padding: 0 !important;
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  width: 60% !important;
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  left: 1%;
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions__wrap__FOiUP .getInTouch_section_solutions-body__nbNil .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    width: 100% !important;
  }
}
.getInTouch_section_solutions__wrap__FOiUP .getInTouch_button__w9qpV {
  grid-area: button;
}
.getInTouch_section_solutions__wrap__FOiUP img {
  grid-area: img;
}

.getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 {
  display: flex;
  flex-direction: column;
}
.getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    margin-bottom: 26px !important;
  }
}
.getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions__wrap__FOiUP.getInTouch_leads__yp99d .getInTouch_col__hG5OD .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    width: 100% !important;
  }
}

.getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ h2 {
  grid-area: title;
}
.getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ .getInTouch_infos_content-desc__wk8tq {
  grid-area: desc;
}
.getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ .getInTouch_button__w9qpV {
  grid-area: button;
}
.getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ .getInTouch_infos_content-images__gCYrD {
  grid-area: image;
}
@media (max-width: 600px) {
  .getInTouch_infos_content__sGt3S.getInTouch_sales__qUgQZ {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.getInTouch_vendor_company_popup-wrapper__Akqia {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .getInTouch_vendor_company_popup-wrapper__Akqia {
    top: 104%;
    left: -65%;
  }
}
.getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT .getInTouch_vendor_section_body__6iM0F {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT .getInTouch_vendor_section_body__6iM0F {
    min-width: 100px;
  }
}
.getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT .getInTouch_vendor_section_body__6iM0F .getInTouch_vendor_item-title__gMDZP {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT .getInTouch_vendor_section_body__6iM0F .getInTouch_vendor_item-img__gUMGK img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.getInTouch_vendor_company_popup-wrapper__Akqia .getInTouch_vendor_company_popup__kWktT .getInTouch_vendor_section_body__6iM0F:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item__DI3jG:nth-child(6n) .getInTouch_vendor_company_popup-wrapper__Akqia,
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item-container___iYfE:nth-child(6n) .getInTouch_vendor_company_popup-wrapper__Akqia {
    left: auto;
    right: 0;
  }
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item__DI3jG:nth-child(6n+1) .getInTouch_vendor_company_popup-wrapper__Akqia,
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item-container___iYfE:nth-child(6n+1) .getInTouch_vendor_company_popup-wrapper__Akqia {
    left: 0;
  }
}
@media (max-width: 768px) {
  .getInTouch_why_us-vendors__G0izJ .getInTouch_vendor_company_popup-wrapper__Akqia {
    left: -24%;
  }
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item__DI3jG:nth-child(3n) .getInTouch_vendor_company_popup-wrapper__Akqia,
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item-container___iYfE:nth-child(3n) .getInTouch_vendor_company_popup-wrapper__Akqia {
    left: auto;
    right: 0;
  }
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item__DI3jG:nth-child(3n+1) .getInTouch_vendor_company_popup-wrapper__Akqia,
  .getInTouch_why_us-vendors__G0izJ .getInTouch_item-container___iYfE:nth-child(3n+1) .getInTouch_vendor_company_popup-wrapper__Akqia {
    left: 0;
  }
}
.getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV.getInTouch_plain__gEWNl a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV.getInTouch_plain__gEWNl a:hover {
  background: #fff;
}
.getInTouch_why_us-vendors__G0izJ .getInTouch_section_body__r0AVV.getInTouch_plain__gEWNl a:hover svg path::nth-child(1) {
  fill: red;
}

.getInTouch_dynamic-txts__3Vzwn,
.getInTouch_dynamic-txts-2__3kHD7 {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .getInTouch_dynamic-txts__3Vzwn,
  .getInTouch_dynamic-txts-2__3kHD7 {
    line-height: 56px;
    height: 56px;
  }
  .getInTouch_dynamic-txts__3Vzwn span,
  .getInTouch_dynamic-txts-2__3kHD7 span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .getInTouch_dynamic-txts-2__3kHD7 li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .getInTouch_dynamic-txts__3Vzwn li:not(:first-child),
  .getInTouch_dynamic-txts-2__3kHD7 li:not(:first-child) {
    display: none;
  }
}
.getInTouch_dynamic-txts__3Vzwn li,
.getInTouch_dynamic-txts-2__3kHD7 li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .getInTouch_dynamic-txts__3Vzwn li,
  .getInTouch_dynamic-txts-2__3kHD7 li {
    animation: getInTouch_slideText__gktiP 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .getInTouch_dynamic-txts-2__3kHD7 li span {
    animation: getInTouch_changeOpacity__EOH_3 9s linear infinite;
  }
  .getInTouch_dynamic-txts-2__3kHD7 li:nth-child(3) span,
  .getInTouch_dynamic-txts-2__3kHD7 li:nth-child(4) span {
    animation: getInTouch_changeOpacity2__UK0v8 9s linear infinite;
  }
}
.getInTouch_dynamic-txts__3Vzwn li span,
.getInTouch_dynamic-txts-2__3kHD7 li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .getInTouch_dynamic-txts__3Vzwn li span:after,
  .getInTouch_dynamic-txts-2__3kHD7 li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .getInTouch_dynamic-txts__3Vzwn li span:after {
    animation: getInTouch_typingHeader1__ByaXY 9s steps(22) infinite;
  }
  .getInTouch_dynamic-txts-2__3kHD7 li span:after {
    animation: getInTouch_typingHeader2__YTqL9 9s steps(17) infinite;
  }
  .getInTouch_dynamic-txts__3Vzwn li:nth-child(3) span:after {
    animation: getInTouch_typingHeader3__Lp4Fw 9s steps(17) infinite !important;
  }
  .getInTouch_dynamic-txts-2__3kHD7 li:nth-child(3) span:after {
    animation: getInTouch_typingHeader4__yYOlF 9s steps(30) infinite !important;
  }
  .getInTouch_dynamic-txts__3Vzwn li:nth-child(4) span:after {
    animation: getInTouch_typingHeader3__Lp4Fw 9s steps(17) infinite !important;
  }
  .getInTouch_dynamic-txts-2__3kHD7 li:nth-child(4) span:after {
    animation: getInTouch_typingHeader4__yYOlF 9s steps(30) infinite !important;
  }
}
@keyframes getInTouch_changeOpacity__EOH_3 {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes getInTouch_changeOpacity2__UK0v8 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes getInTouch_typingHeader1__ByaXY {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes getInTouch_typingHeader2__YTqL9 {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes getInTouch_typingHeader3__Lp4Fw {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes getInTouch_typingHeader4__yYOlF {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes getInTouch_slideText__gktiP {
  100% {
    top: -224px;
  }
}
@keyframes getInTouch_slideText2__qwLdn {
  100% {
    top: -160px;
  }
}
@keyframes getInTouch_flipImage__vV77V {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_line__mOcot,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_line__mOcot {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_line__mOcot,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_line__mOcot {
    padding-bottom: 50px !important;
  }
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-images__gCYrD,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-images__gCYrD {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-images__gCYrD,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-images__gCYrD {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-images__gCYrD img,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-images__gCYrD img {
  margin: 0 auto 1px !important;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f,
  .getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f {
    left: 23%;
    top: -27%;
  }
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_flipping__iJgsT,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_flipping__iJgsT {
  width: 460px;
  height: 340px;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:first-child,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:first-child {
  z-index: 3;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:first-child img,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:nth-child(2),
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:nth-child(2) {
  z-index: 2;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:nth-child(2) img,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:last-child,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:last-child {
  z-index: 1;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:last-child img,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container-animate__kjax7:first-child,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container-animate__kjax7:first-child {
  animation: getInTouch_visibility1__4HgBN 15s forwards ease-in-out alternate;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container-animate__kjax7:nth-child(2),
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container-animate__kjax7:nth-child(2) {
  animation: getInTouch_visibility2__vh7ri 15s forwards ease-in-out alternate;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container-animate__kjax7:last-child,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container-animate__kjax7:last-child {
  animation: getInTouch_visibility3__MIWE5 15s forwards ease-in-out alternate;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:first-child .getInTouch_flipping-animation__Zce6d,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:first-child .getInTouch_flipping-animation__Zce6d {
  animation: getInTouch_moveImage1__ZTrjs 15s forwards ease-in-out alternate;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:nth-child(2) .getInTouch_flipping-animation__Zce6d,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:nth-child(2) .getInTouch_flipping-animation__Zce6d {
  transform: translate(0, 20px) scale(1);
  animation: getInTouch_moveImage2__Wdzcn 15s forwards ease-in-out alternate;
}
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:first-child .getInTouch_infos_content-container__h9M7f:last-child .getInTouch_flipping-animation__Zce6d,
.getInTouch_section_infos-alt__Kh3P7 .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:last-child .getInTouch_flipping-animation__Zce6d {
  transform: translate(0, 0) scale(0.95);
  animation: getInTouch_moveImage3__ZQxxn 15s forwards ease-in-out alternate;
}

.getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs:last-child .getInTouch_infos_content-container__h9M7f:nth-child(2) .getInTouch_flipping-animation__Zce6d {
  animation: getInTouch_moveImage4__ahjGT 15s forwards ease-in-out alternate !important;
}

.getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs .getInTouch_infos_content-images__gCYrD img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .getInTouch_section_infos__Aq3TA .getInTouch_section_infos_block__sTXXs .getInTouch_infos_content-images__gCYrD img {
    width: 94% !important;
  }
}

.getInTouch_dynamic-txts__3Vzwn.getInTouch_isVendor__cP6QQ span,
.getInTouch_dynamic-txts-2__3kHD7.getInTouch_isVendor__cP6QQ span {
  color: #d42d60 !important;
}

.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  padding: 0 !important;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK {
  margin-top: 0 !important;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9,
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 {
    flex-direction: column !important;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK,
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z .getInTouch_card_img__Ob8FK {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z,
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_solutions-body__5zYc9 .getInTouch_card__5ze_Z {
    width: 100% !important;
  }
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_col__hG5OD,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_col__hG5OD {
  width: 100% !important;
  padding: 0 !important;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_button__w9qpV,
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_button__w9qpV {
  margin-top: 56px;
}

.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_solutions-body__nbNil .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
  margin-bottom: 30px;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_button__w9qpV {
  order: 4;
  margin: 0;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-title__fSTZt {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-title__fSTZt {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_promo-video__YB2L0 {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW {
    align-items: initial !important;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
    order: 1;
    text-align: left !important;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-title__fSTZt {
    order: 2;
    text-align: left !important;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_promo-video__YB2L0 {
    order: 3;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_button__w9qpV {
    order: 5;
  }
  .getInTouch_section_solutions-alt__uF80p.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_solutions-body__nbNil .getInTouch_card__5ze_Z .getInTouch_card_desc__O7A2H {
    margin-bottom: 30px;
  }
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_solutions-body__nbNil .getInTouch_card__5ze_Z::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_solutions-body__nbNil .getInTouch_card__5ze_Z::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
  align-self: flex-start;
  order: 6;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 {
  text-align: center;
  order: 3;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 span {
  font-weight: 700;
  color: #404f5e;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_button__w9qpV {
  order: 4;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-title__fSTZt {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_promo-video__YB2L0 {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW {
    align-items: initial !important;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-subtitle__JrF5q {
    order: 1;
    text-align: left !important;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-title__fSTZt {
    order: 2;
    text-align: left !important;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_promo-video__YB2L0 {
    order: 3;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_section_head-text__vDH88 {
    order: 4;
    text-align: left !important;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW .getInTouch_button__w9qpV {
    order: 5;
  }
  .getInTouch_section_solutions-proposals__OJNx6.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
    order: 6;
    margin-top: 80px;
  }
}

.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
    margin-top: 40px !important;
  }
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ .getInTouch_infos_content-desc__wk8tq {
  grid-area: desc !important;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ a {
  grid-area: button !important;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ .getInTouch_button__w9qpV {
  width: 120px !important;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(even) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(even) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(even) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  justify-self: flex-start;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(odd) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  justify-self: flex-end;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(1) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  width: 100% !important;
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(3) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(4) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
    margin-left: -50px;
  }
}
.getInTouch_section_infos-alt__Kh3P7.getInTouch_isVendor__cP6QQ .getInTouch_section_infos_block__sTXXs:nth-child(5) .getInTouch_infos_content__sGt3S.getInTouch_isVendor__cP6QQ img {
  width: initial !important;
}

@media (max-width: 600px) {
  .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ {
    padding-bottom: 210px !important;
  }
}
.getInTouch_banner__MdUla.getInTouch_isVendor__cP6QQ .getInTouch_banner-title-sm__47w_L span {
  color: #d42d60;
}

.getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .getInTouch_isVendor__cP6QQ .getInTouch_section_head__aD2lW h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV {
    width: auto !important;
  }
  .getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV:nth-child(2) {
    padding: 11px 38px !important;
  }
  .getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV::after {
    position: static;
  }
}
.getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV::after {
  right: 20px;
  transition: 0.5s;
}
.getInTouch_isVendor__cP6QQ .getInTouch_bannerBtns__ElFxF .getInTouch_button__w9qpV:hover::after {
  right: 17px;
}
.getInTouch_isVendor__cP6QQ .getInTouch_button__w9qpV {
  color: #fff !important;
  background: #d42d60 !important;
}

.getInTouch_the_pain__y5qzH.getInTouch_isVendor__cP6QQ .getInTouch_section_head-subtitle__JrF5q {
  color: #d42d60;
}
.getInTouch_the_pain__y5qzH.getInTouch_isVendor__cP6QQ .getInTouch_section_body-content__YKvNA div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .getInTouch_the_pain__y5qzH.getInTouch_isVendor__cP6QQ .getInTouch_section_body-content__YKvNA div {
    font-size: 16px;
  }
}
.getInTouch_the_pain__y5qzH.getInTouch_isVendor__cP6QQ .getInTouch_section_body-content__YKvNA div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .getInTouch_the_pain__y5qzH.getInTouch_isVendor__cP6QQ .getInTouch_section_body-content__YKvNA div span {
    color: #d42d60 !important;
  }
}

@keyframes getInTouch_visibility1__4HgBN {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes getInTouch_visibility2__vh7ri {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes getInTouch_visibility3__MIWE5 {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes getInTouch_moveImage4__ahjGT {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes getInTouch_moveImage1__ZTrjs {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes getInTouch_moveImage2__Wdzcn {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes getInTouch_moveImage3__ZQxxn {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.getInTouch_getInTouch__container__99qEU {
  margin: 160px auto !important;
}

.getInTouch_getInTouch__1slil {
  padding: 50px 90px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #DDDDDD;
  box-shadow: 0 5px 25px rgba(38, 52, 94, 0.1);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__1slil {
    padding: 22px 12px 26px;
  }
}
.getInTouch_getInTouch__1slil * {
  box-sizing: border-box;
}
.getInTouch_getInTouch__1slil:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/shapes/shape-1.svg");
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__1slil:before {
    width: 240px;
    background-size: contain;
  }
}
.getInTouch_getInTouch__1slil:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/shapes/shape-5.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__1slil:after {
    width: 150px;
    background-size: contain;
  }
}
.getInTouch_getInTouch__container__99qEU {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1072px;
  box-sizing: border-box;
  position: relative;
}
.getInTouch_getInTouch__container__99qEU:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -46px;
  width: 164px;
  height: 141px;
  background-image: url("/images/shapes/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__container__99qEU:before {
    background-image: unset;
  }
}
.getInTouch_getInTouch__title__qtRPv {
  margin: 0;
  color: white;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__title__qtRPv {
    margin-left: 9px;
    font-size: 26px;
    line-height: 36px;
  }
}
.getInTouch_getInTouch__form__3Ecie {
  margin-top: 24px;
  padding: 26px 50px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .getInTouch_getInTouch__form__3Ecie {
    margin-top: 11px;
    padding: 20px 16px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/(main)/customer-stories/_components/headSection.module.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.headSection_solution-wrapper__dyyVt .headSection_btn__j4tPS {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.headSection_solution-wrapper__dyyVt .headSection_btn-white__B_ZpL {
  background: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_btn-white__B_ZpL:hover {
  text-decoration: underline;
}
.headSection_solution-wrapper__dyyVt .headSection_btn-blue__f10mA {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.headSection_solution-wrapper__dyyVt .headSection_btn-blue__f10mA:hover {
  background: #008FD0;
}
.headSection_solution-wrapper__dyyVt .headSection_button__M1oC_ {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.headSection_solution-wrapper__dyyVt .headSection_button__M1oC_:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.headSection_solution-wrapper__dyyVt .headSection_button__M1oC_:hover:after {
  right: 7px;
}
.headSection_solution-wrapper__dyyVt .headSection_wr___3lXp {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.headSection_solution-wrapper__dyyVt .headSection_section_head__sygsI {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_head__sygsI {
    margin-bottom: 40px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_head-subtitle__AmQ4C {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_head-subtitle-second__S9e_3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_head-text__GSbxB {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_head-text__GSbxB {
    max-width: 650px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_head-text__GSbxB span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_head__sygsI h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX {
    padding: 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv:first-child {
  padding-top: 150px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv:nth-child(3) .headSection_line__Z7u0u img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp {
  width: 1175px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_button__M1oC_ {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_button__M1oC_:after {
  height: 10px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div:last-child {
  margin-bottom: 0 !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU {
    order: 2;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u img {
    order: 1;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u picture {
    margin: 0 auto 27px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u img {
    max-width: 100%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u h2 {
    position: absolute;
    top: -10%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX .headSection_wr___3lXp > div .headSection_line__Z7u0u p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX.headSection_isSalesProspecting__UpzMu .headSection_section_infos_block__t8tXv:first-child img {
  max-width: 434px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_ {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_::after {
  margin: 0;
  right: 10px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos__KuyYX.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_:hover::after {
  right: 8px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 {
    padding-bottom: 50px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_section_head__sygsI {
  margin-bottom: 30px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_section_head__sygsI h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_section_head-subtitle__AmQ4C {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp {
  width: 980px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g:after {
    right: -2px;
    top: 10px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g:last-child {
  margin-bottom: 0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item_title__ltyt7 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g .headSection_item_body__nHlI_,
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g .headSection_item_body__nHlI_ span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g.headSection_item-active__HhYVt {
  transition: 0.5s ease-in-out;
  height: auto;
}
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g.headSection_item-active__HhYVt .headSection_item_body__nHlI_,
.headSection_solution-wrapper__dyyVt .headSection_section_question__9mO23 .headSection_wr___3lXp .headSection_item__3zz4g.headSection_item-active__HhYVt .headSection_item_body__nHlI_ span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_wr___3lXp {
    margin: 50px auto 200px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_banner_search-bar__d1gln {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_banner_search-bar__d1gln {
    margin: -15px 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE {
    flex-direction: column;
    align-items: center;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_button__M1oC_ {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_button__M1oC_:hover {
  padding-right: 16px;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_button__M1oC_:last-child {
  background: #8a90a5 !important;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_banner_login___S1Wy {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_banner_login___S1Wy {
    margin-top: 26px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_banner_login-link__ZUMs_ {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V .headSection_bannerBtns__GRvXE .headSection_banner_login-link__ZUMs_:hover {
  text-decoration: underline;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
  background-position: 55%;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner-title-sm___QDU3 {
  width: 85%;
}
@media (min-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner-title-sm___QDU3 {
    display: none;
  }
}
@media (max-width: 979px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner-title-lg__tTcFN {
    display: none;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp h1,
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp h1,
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz h1 div {
    width: 120%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp h1 span,
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp p {
    width: 81%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_button__M1oC_ {
  width: 190px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz h1 {
    max-width: 90%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_wr___3lXp {
    margin: 400px auto 300px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_animation-wrapper__U_OaT {
  display: inline-flex;
  margin-top: 1px;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_animation-wrapper__U_OaT .headSection_dynamic-txts__Y3a7j {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz.headSection_without-sponsoredBanner__KCCcm {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz.headSection_without-sponsoredBanner__KCCcm .headSection_wr___3lXp {
    margin: 300px auto;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu p {
    max-width: 470px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__prompt-wrapper__vQdoh {
  top: 87% !important;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_bottom__bbBN8 {
  display: flex;
  flex-direction: column-reverse;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_home-form-image__Z5JPa {
  display: none !important;
}
@media (min-width: 980px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm {
    margin-top: 5px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki {
  display: flex;
  align-items: center;
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki .headSection_header__item-btn__tGCey.headSection_btn-1__8Zf1l {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki > div {
    margin-left: 5px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_header__items__xdSvm .headSection_header__item-content__tEf_l .headSection_header__item__V0mki > div:first-of-type {
    margin-left: 10px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    max-width: 544px;
    max-height: 441px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    width: 544px;
    height: 500px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    right: 8%;
    top: 30px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images__VkJKB {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_withChildren__57zTv {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_without-sponsoredBanner__KCCcm {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
    position: relative;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    max-width: 88%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    left: -5%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
    position: absolute;
    right: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
    left: -10%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
    position: relative;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB {
    right: -20%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img:first-child {
    left: -14%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 {
    padding: 70px 0 80px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM .headSection_wr___3lXp {
    width: 100%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM .headSection_wr___3lXp .headSection_col___WH_n {
    width: 100%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM .headSection_section_head-subtitle__AmQ4C {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM {
    position: relative;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__wrapp__BtdzM .headSection_wr___3lXp {
    margin: 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_head__sygsI {
  grid-area: header;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_wr___3lXp {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k {
    max-width: 500px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k {
    max-width: 350px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_section_solutions__img__D7q1k {
    position: absolute;
    bottom: 3%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr {
    flex-wrap: wrap;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n {
    width: 100%;
    margin-bottom: 30px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n:last-child {
    margin-bottom: 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-title__Q5ywi {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-title__Q5ywi {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-title__Q5ywi {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-title__Q5ywi {
    display: block;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw:last-child {
  margin-bottom: 0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw:first-child .headSection_card-img__JheeH {
    margin-left: 0 !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_title__yxnrI {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_title__yxnrI span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n:nth-child(2) .headSection_solutions-title__Q5ywi {
  color: #008FD0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n:nth-child(2) .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-body__fiPvr .headSection_col___WH_n:nth-child(2) .headSection_solutions-body__xNTjA .headSection_card__rXDsw::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n .headSection_solutions-body__xNTjA {
    display: flex;
    justify-content: space-between;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    width: 85%;
    margin-bottom: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card-title__VmCIY {
    padding: 0 15px 0 40px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions__gEx85 .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y {
    padding: 75px 0 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_button__M1oC_ {
  display: none;
}
@media (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_button__M1oC_ {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_head__sygsI {
  margin-bottom: 45px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_head-subtitle__AmQ4C {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz {
    display: block;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g img,
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g .headSection_item_title__ltyt7 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us__0To9Y .headSection_section_body__5clSz .headSection_item__3zz4g .headSection_item_body__nHlI_ {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO {
  margin: 80px 0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_title__EwUzM {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_section_needHelp-text__kWgls {
  display: flex;
  justify-content: space-between;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY p {
    line-height: unset;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v {
    flex-direction: column;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button__M1oC_ {
  height: initial;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P {
    font-size: 13px;
    width: 190px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P:hover {
  padding-right: 12px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY {
    padding: 30px 20px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_section_needHelp-text__kWgls {
    flex-direction: column;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_section_needHelp-text__kWgls p {
    text-align: left;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_section_needHelp-text__kWgls .headSection_needHelpBtns___Da7v {
    margin-top: 15px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_needHelp__XzCEO .headSection_section_needHelp-background__ipQmY .headSection_section_needHelp-text__kWgls .headSection_needHelpBtns___Da7v .headSection_button-help__7pJ3P {
    width: 100%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC {
    padding: 75px 0 80px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC .headSection_button__M1oC_ {
  display: none;
}
@media (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC .headSection_button__M1oC_ {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC .headSection_section_head__sygsI h2 {
  color: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile___W0yC .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw:last-child {
    margin-bottom: 0;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card__rXDsw p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_profile-cards__w_scO .headSection_card-title__VmCIY {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_promo-video__KYhIo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_promo-video__KYhIo iframe {
    height: 450px;
    width: 800px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_section_head__sygsI {
  margin-bottom: 35px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_section_head__sygsI h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_solutions-title__Q5ywi {
  color: #008FD0;
  display: none;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_card_title__yxnrI span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_card__rXDsw:last-child img,
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_card__rXDsw:first-child img {
    margin-top: 15px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_button__M1oC_ {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_button__M1oC_:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-title__Q5ywi {
  color: #008FD0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  text-align: left;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_title__yxnrI {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA {
    display: flex;
    flex-direction: column;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    width: 85%;
    margin-bottom: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card-title__VmCIY {
    padding: 0 15px 0 40px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu {
  background-color: #f8f9fa;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_head__sygsI {
  margin-bottom: 35px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_head__sygsI h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_ {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_:after {
  right: 11px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_solutions_superheader__TJ188 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_solutions_superheader__TJ188 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_section_solutions_superheader__TJ188 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw .headSection_card_title__yxnrI {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(2) img,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child img {
  margin-top: 0 !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-alt__gfFAA.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:last-child .headSection_card_desc__h1TPf {
    margin-bottom: 55px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_wr___3lXp {
  display: flex;
  flex-direction: column-reverse;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_head__sygsI h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_head__sygsI h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_head-subtitle__AmQ4C {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_head-uppertitle__3tXMS {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_head-upptitle__XTzni {
    display: none;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_ {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g.headSection_no-padding__eJmse {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g {
    padding: 25px 30px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g.headSection_no-padding__eJmse {
    padding: 25px 30px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item_btn__iCkhE {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item_title__ltyt7 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g.headSection_active__rEvA_ {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g.headSection_active__rEvA_ .headSection_item_btn__iCkhE {
  display: block;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g.headSection_active__rEvA_ svg {
  margin-bottom: 13px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz .headSection_item__3zz4g:not(.headSection_active__rEvA_) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 {
    padding: 30px 17px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_vendor_company_popup-wrapper__1_waU {
  top: 95% !important;
}
@media (max-width: 980px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_vendor_company_popup-wrapper__1_waU {
    top: 95% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_body__5clSz {
  margin-bottom: 0;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_body__5clSz .headSection_item-container__oCebM {
  position: relative;
  margin-bottom: 30px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_body__5clSz .headSection_item__3zz4g {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_body__5clSz .headSection_item__3zz4g .headSection_item_title__ltyt7 {
  min-height: 26px;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_body__5clSz .headSection_item__3zz4g:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_head__sygsI h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_section_head-subtitle-second__S9e_3 {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_ {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_ {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_:after {
    right: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_section_body_background__D3jv4 .headSection_button__M1oC_:hover:after {
    right: -2px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_ {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_ {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_:after {
    right: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_why_us-vendors__SmDHT .headSection_button__M1oC_:after:hover:after {
    right: -2px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV {
  background: none;
  margin-top: 20px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv {
    padding: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:nth-child(4) .headSection_line__Z7u0u {
    margin-bottom: 0 !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child {
    background: #fbfbfb;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:nth-child(3) .headSection_line__Z7u0u img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u > img {
    max-width: 46%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU p {
    line-height: 27px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU .headSection_button__M1oC_ {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU .headSection_button__M1oC_:after {
  right: 6px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv .headSection_wr___3lXp > div .headSection_line__Z7u0u .headSection_infos_content__e1scU .headSection_button__M1oC_:hover:after {
  right: 5px;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_head__sygsI h2 {
  font-size: 32px;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_wr___3lXp {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body__5clSz {
  display: flex;
  flex-direction: column;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs > div {
    padding-right: 20px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body-content__eSvgs > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body__5clSz .headSection_section_body-pain__DIdkA {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_the_pain__Q_uVS .headSection_section_body__5clSz .headSection_section_body-pain__DIdkA {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_proposal-img-block__exwqF {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_col___WH_n .headSection_card_desc__h1TPf {
    padding: 0;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_proposal-img-block__exwqF {
    order: 1;
    grid-area: image;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_head__sygsI {
    order: 2;
    grid-area: title;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ {
    margin: 0 !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_proposal-img-block__exwqF {
    margin-bottom: 36px;
    order: 2;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_head__sygsI {
    order: 1;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_col___WH_n {
    width: 100%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_col___WH_n .headSection_card_title__yxnrI {
    font-size: 18px !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_col___WH_n .headSection_card_desc__h1TPf {
    font-size: 16px !important;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr {
    margin-bottom: 38px;
    order: 3;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_button__M1oC_ {
    margin: 0 !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr .headSection_solutions-body__xNTjA {
  flex-direction: column;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr .headSection_solutions-body__xNTjA {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr .headSection_solutions-body__xNTjA {
    width: 100% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  width: 100% !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_solutions-body__fiPvr .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  margin-bottom: 0;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_solutions-content__PX_m_ .headSection_section_head__sygsI {
  margin-bottom: 30px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_head__sygsI h2 {
  font-family: "Inter";
  font-weight: 600;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_head__sygsI h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_button__M1oC_ {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_button__M1oC_:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_button__M1oC_ {
    margin-bottom: 40px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_button__M1oC_:hover {
  color: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_button__M1oC_:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  color: #17d88a;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
    min-height: 100px !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card-title__VmCIY {
  font-family: "Inter";
  font-weight: 600;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_title__yxnrI {
  color: #fff;
}
@media (max-width: 500px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5 .headSection_img_1__oK3T0 {
    max-width: 100%;
  }
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card-img__JheeH .headSection_img_2__D0f7Q {
    max-width: 94% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card__rXDsw:nth-child(2) img,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card__rXDsw:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE .headSection_wr___3lXp .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5 img {
    max-width: unset;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu {
  background-color: #f8f9fa;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_section_head__sygsI {
  grid-area: header;
  margin-bottom: 45px;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_ {
  color: #fff;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw {
    width: 32% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card_title__yxnrI {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card_desc__h1TPf {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card_desc__h1TPf {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card_desc__h1TPf {
    max-width: 94% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(2) img,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(2) img,
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child .headSection_card_img__oE1X5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child .headSection_card_img__oE1X5 {
    margin-top: 5% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child .headSection_card_desc__h1TPf {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child img {
    max-width: 100% !important;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child .headSection_card_desc__h1TPf {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:first-child img {
    margin-top: 6px;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(2) img,
.headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt .headSection_section_solutions-proposals__2MNFE.headSection_isSalesProspecting__UpzMu .headSection_card__rXDsw:nth-child(2) img {
    margin-left: 3%;
  }
}
.headSection_solution-wrapper__dyyVt .headSection_sub__KWo2i {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.headSection_solution-wrapper__dyyVt .headSection_sub__KWo2i .headSection_section__titles__mmrED {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.headSection_solution-wrapper__dyyVt .headSection_sub__KWo2i .headSection_section__titles__mmrED > div {
  text-align: left;
}
.headSection_solution-wrapper__dyyVt .headSection_section__trusted__2sXX3 .headSection_section__titles__mmrED {
  margin-left: 5%;
}

.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp {
  margin-top: 100px;
  margin-bottom: 0;
}
.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    max-width: 544px;
    max-height: 441px;
  }
}
.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    width: 544px;
    height: 500px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB .headSection_banner_images-stack__o0_rU img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 8%;
    top: 100px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 150px;
    top: 160px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 170px;
    top: 190px;
  }
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_wr___3lXp .headSection_banner_images__VkJKB {
    right: 27%;
  }
}
.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_header__item__V0mki {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_header__item__V0mki {
    padding: 0 10px 0 20px !important;
  }
}
.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_section__trusted__2sXX3 {
  padding-top: 0;
}
.headSection_solution-wrapper__dyyVt.headSection_isHome__vJb8j .headSection_section__trusted__2sXX3 .headSection_section__title__25a8a {
  z-index: -1;
}

@media (max-width: 767px) {
  .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu {
    margin-bottom: 150px;
  }
}
.headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images-stack__o0_rU {
  animation-name: headSection_flipImage__MSNJU;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images-stack__o0_rU img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images-stack__o0_rU img {
    max-width: 100% !important;
  }
}
.headSection_banner__ifu_V.headSection_isSalesProspecting__UpzMu .headSection_banner_images-stack__o0_rU img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.headSection_solution-wrapper__dyyVt .headSection_isSalesProspecting__UpzMu .headSection_button__M1oC_ {
  background: #13976c !important;
}

.headSection_section_solutions__wrap__4ARmg {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .headSection_section_solutions__wrap__4ARmg {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr {
  grid-area: content;
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n {
  padding: 0 !important;
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  width: 60% !important;
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  left: 1%;
}
.headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .headSection_section_solutions__wrap__4ARmg .headSection_section_solutions-body__fiPvr .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    width: 100% !important;
  }
}
.headSection_section_solutions__wrap__4ARmg .headSection_button__M1oC_ {
  grid-area: button;
}
.headSection_section_solutions__wrap__4ARmg img {
  grid-area: img;
}

.headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu .headSection_col___WH_n .headSection_solutions-body__xNTjA {
  display: flex;
  flex-direction: column;
}
.headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    margin-bottom: 26px !important;
  }
}
.headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .headSection_section_solutions__wrap__4ARmg.headSection_leads__pkCnu .headSection_col___WH_n .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    width: 100% !important;
  }
}

.headSection_infos_content__e1scU.headSection_sales__ggdwq {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.headSection_infos_content__e1scU.headSection_sales__ggdwq h2 {
  grid-area: title;
}
.headSection_infos_content__e1scU.headSection_sales__ggdwq .headSection_infos_content-desc__w1FWn {
  grid-area: desc;
}
.headSection_infos_content__e1scU.headSection_sales__ggdwq .headSection_button__M1oC_ {
  grid-area: button;
}
.headSection_infos_content__e1scU.headSection_sales__ggdwq .headSection_infos_content-images__xdyBZ {
  grid-area: image;
}
@media (max-width: 600px) {
  .headSection_infos_content__e1scU.headSection_sales__ggdwq {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.headSection_vendor_company_popup-wrapper__1_waU {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .headSection_vendor_company_popup-wrapper__1_waU {
    top: 104%;
    left: -65%;
  }
}
.headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb .headSection_vendor_section_body__uXAuF {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb .headSection_vendor_section_body__uXAuF {
    min-width: 100px;
  }
}
.headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb .headSection_vendor_section_body__uXAuF .headSection_vendor_item-title__0lOT4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb .headSection_vendor_section_body__uXAuF .headSection_vendor_item-img__D6z9o img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.headSection_vendor_company_popup-wrapper__1_waU .headSection_vendor_company_popup__xTNpb .headSection_vendor_section_body__uXAuF:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .headSection_why_us-vendors__SmDHT .headSection_item__3zz4g:nth-child(6n) .headSection_vendor_company_popup-wrapper__1_waU,
  .headSection_why_us-vendors__SmDHT .headSection_item-container__oCebM:nth-child(6n) .headSection_vendor_company_popup-wrapper__1_waU {
    left: auto;
    right: 0;
  }
  .headSection_why_us-vendors__SmDHT .headSection_item__3zz4g:nth-child(6n+1) .headSection_vendor_company_popup-wrapper__1_waU,
  .headSection_why_us-vendors__SmDHT .headSection_item-container__oCebM:nth-child(6n+1) .headSection_vendor_company_popup-wrapper__1_waU {
    left: 0;
  }
}
@media (max-width: 768px) {
  .headSection_why_us-vendors__SmDHT .headSection_vendor_company_popup-wrapper__1_waU {
    left: -24%;
  }
  .headSection_why_us-vendors__SmDHT .headSection_item__3zz4g:nth-child(3n) .headSection_vendor_company_popup-wrapper__1_waU,
  .headSection_why_us-vendors__SmDHT .headSection_item-container__oCebM:nth-child(3n) .headSection_vendor_company_popup-wrapper__1_waU {
    left: auto;
    right: 0;
  }
  .headSection_why_us-vendors__SmDHT .headSection_item__3zz4g:nth-child(3n+1) .headSection_vendor_company_popup-wrapper__1_waU,
  .headSection_why_us-vendors__SmDHT .headSection_item-container__oCebM:nth-child(3n+1) .headSection_vendor_company_popup-wrapper__1_waU {
    left: 0;
  }
}
.headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz.headSection_plain__hUBCQ a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz.headSection_plain__hUBCQ a:hover {
  background: #fff;
}
.headSection_why_us-vendors__SmDHT .headSection_section_body__5clSz.headSection_plain__hUBCQ a:hover svg path::nth-child(1) {
  fill: red;
}

.headSection_dynamic-txts__Y3a7j,
.headSection_dynamic-txts-2__iVi0J {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .headSection_dynamic-txts__Y3a7j,
  .headSection_dynamic-txts-2__iVi0J {
    line-height: 56px;
    height: 56px;
  }
  .headSection_dynamic-txts__Y3a7j span,
  .headSection_dynamic-txts-2__iVi0J span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .headSection_dynamic-txts-2__iVi0J li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .headSection_dynamic-txts__Y3a7j li:not(:first-child),
  .headSection_dynamic-txts-2__iVi0J li:not(:first-child) {
    display: none;
  }
}
.headSection_dynamic-txts__Y3a7j li,
.headSection_dynamic-txts-2__iVi0J li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .headSection_dynamic-txts__Y3a7j li,
  .headSection_dynamic-txts-2__iVi0J li {
    animation: headSection_slideText__Vt087 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .headSection_dynamic-txts-2__iVi0J li span {
    animation: headSection_changeOpacity__bs5H7 9s linear infinite;
  }
  .headSection_dynamic-txts-2__iVi0J li:nth-child(3) span,
  .headSection_dynamic-txts-2__iVi0J li:nth-child(4) span {
    animation: headSection_changeOpacity2__vxs4U 9s linear infinite;
  }
}
.headSection_dynamic-txts__Y3a7j li span,
.headSection_dynamic-txts-2__iVi0J li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .headSection_dynamic-txts__Y3a7j li span:after,
  .headSection_dynamic-txts-2__iVi0J li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .headSection_dynamic-txts__Y3a7j li span:after {
    animation: headSection_typingHeader1__khgoz 9s steps(22) infinite;
  }
  .headSection_dynamic-txts-2__iVi0J li span:after {
    animation: headSection_typingHeader2__DLwo5 9s steps(17) infinite;
  }
  .headSection_dynamic-txts__Y3a7j li:nth-child(3) span:after {
    animation: headSection_typingHeader3__0vdnP 9s steps(17) infinite !important;
  }
  .headSection_dynamic-txts-2__iVi0J li:nth-child(3) span:after {
    animation: headSection_typingHeader4__xWyiH 9s steps(30) infinite !important;
  }
  .headSection_dynamic-txts__Y3a7j li:nth-child(4) span:after {
    animation: headSection_typingHeader3__0vdnP 9s steps(17) infinite !important;
  }
  .headSection_dynamic-txts-2__iVi0J li:nth-child(4) span:after {
    animation: headSection_typingHeader4__xWyiH 9s steps(30) infinite !important;
  }
}
@keyframes headSection_changeOpacity__bs5H7 {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes headSection_changeOpacity2__vxs4U {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes headSection_typingHeader1__khgoz {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes headSection_typingHeader2__DLwo5 {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes headSection_typingHeader3__0vdnP {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes headSection_typingHeader4__xWyiH {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes headSection_slideText__Vt087 {
  100% {
    top: -224px;
  }
}
@keyframes headSection_slideText2__3sm8X {
  100% {
    top: -160px;
  }
}
@keyframes headSection_flipImage__MSNJU {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_line__Z7u0u,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_line__Z7u0u {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_line__Z7u0u,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_line__Z7u0u {
    padding-bottom: 50px !important;
  }
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-images__xdyBZ,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-images__xdyBZ {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-images__xdyBZ,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-images__xdyBZ {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-images__xdyBZ img,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-images__xdyBZ img {
  margin: 0 auto 1px !important;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk,
  .headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk {
    left: 23%;
    top: -27%;
  }
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_flipping__3D_aJ,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_flipping__3D_aJ {
  width: 460px;
  height: 340px;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:first-child,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:first-child {
  z-index: 3;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:first-child img,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:nth-child(2),
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:nth-child(2) {
  z-index: 2;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:nth-child(2) img,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:last-child,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:last-child {
  z-index: 1;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:last-child img,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container-animate__JQ7Iw:first-child,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container-animate__JQ7Iw:first-child {
  animation: headSection_visibility1__Tvc7k 15s forwards ease-in-out alternate;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container-animate__JQ7Iw:nth-child(2),
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container-animate__JQ7Iw:nth-child(2) {
  animation: headSection_visibility2__waptH 15s forwards ease-in-out alternate;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container-animate__JQ7Iw:last-child,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container-animate__JQ7Iw:last-child {
  animation: headSection_visibility3__vodzX 15s forwards ease-in-out alternate;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:first-child .headSection_flipping-animation__wsytW,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:first-child .headSection_flipping-animation__wsytW {
  animation: headSection_moveImage1__apVgY 15s forwards ease-in-out alternate;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:nth-child(2) .headSection_flipping-animation__wsytW,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:nth-child(2) .headSection_flipping-animation__wsytW {
  transform: translate(0, 20px) scale(1);
  animation: headSection_moveImage2__84jzZ 15s forwards ease-in-out alternate;
}
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:first-child .headSection_infos_content-container__YoGRk:last-child .headSection_flipping-animation__wsytW,
.headSection_section_infos-alt__YwynV .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:last-child .headSection_flipping-animation__wsytW {
  transform: translate(0, 0) scale(0.95);
  animation: headSection_moveImage3__e9lgx 15s forwards ease-in-out alternate;
}

.headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv:last-child .headSection_infos_content-container__YoGRk:nth-child(2) .headSection_flipping-animation__wsytW {
  animation: headSection_moveImage4__N9FVI 15s forwards ease-in-out alternate !important;
}

.headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv .headSection_infos_content-images__xdyBZ img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .headSection_section_infos__KuyYX .headSection_section_infos_block__t8tXv .headSection_infos_content-images__xdyBZ img {
    width: 94% !important;
  }
}

.headSection_dynamic-txts__Y3a7j.headSection_isVendor__O_7oz span,
.headSection_dynamic-txts-2__iVi0J.headSection_isVendor__O_7oz span {
  color: #d42d60 !important;
}

.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  padding: 0 !important;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5 {
  margin-top: 0 !important;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA,
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA {
    flex-direction: column !important;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5,
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw .headSection_card_img__oE1X5 {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw,
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_solutions-body__xNTjA .headSection_card__rXDsw {
    width: 100% !important;
  }
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_col___WH_n,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_col___WH_n {
  width: 100% !important;
  padding: 0 !important;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_button__M1oC_,
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_button__M1oC_ {
  margin-top: 56px;
}

.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_solutions-body__fiPvr .headSection_card__rXDsw .headSection_card_desc__h1TPf {
  margin-bottom: 30px;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_button__M1oC_ {
  order: 4;
  margin: 0;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-title__gPi22 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-title__gPi22 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_promo-video__KYhIo {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI {
    align-items: initial !important;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
    order: 1;
    text-align: left !important;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-title__gPi22 {
    order: 2;
    text-align: left !important;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_promo-video__KYhIo {
    order: 3;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_button__M1oC_ {
    order: 5;
  }
  .headSection_section_solutions-alt__gfFAA.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_solutions-body__fiPvr .headSection_card__rXDsw .headSection_card_desc__h1TPf {
    margin-bottom: 30px;
  }
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_solutions-body__fiPvr .headSection_card__rXDsw::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_solutions-body__fiPvr .headSection_card__rXDsw::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
  align-self: flex-start;
  order: 6;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB {
  text-align: center;
  order: 3;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB span {
  font-weight: 700;
  color: #404f5e;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_button__M1oC_ {
  order: 4;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-title__gPi22 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_promo-video__KYhIo {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI {
    align-items: initial !important;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-subtitle__AmQ4C {
    order: 1;
    text-align: left !important;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-title__gPi22 {
    order: 2;
    text-align: left !important;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_promo-video__KYhIo {
    order: 3;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_section_head-text__GSbxB {
    order: 4;
    text-align: left !important;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI .headSection_button__M1oC_ {
    order: 5;
  }
  .headSection_section_solutions-proposals__2MNFE.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
    order: 6;
    margin-top: 80px;
  }
}

.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
    margin-top: 40px !important;
  }
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz .headSection_infos_content-desc__w1FWn {
  grid-area: desc !important;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz a {
  grid-area: button !important;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_infos_content__e1scU.headSection_isVendor__O_7oz .headSection_button__M1oC_ {
  width: 120px !important;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(even) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(even) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(even) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  justify-self: flex-start;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(odd) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  justify-self: flex-end;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(1) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  width: 100% !important;
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(3) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(4) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
    margin-left: -50px;
  }
}
.headSection_section_infos-alt__YwynV.headSection_isVendor__O_7oz .headSection_section_infos_block__t8tXv:nth-child(5) .headSection_infos_content__e1scU.headSection_isVendor__O_7oz img {
  width: initial !important;
}

@media (max-width: 600px) {
  .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .headSection_banner__ifu_V.headSection_isVendor__O_7oz {
    padding-bottom: 210px !important;
  }
}
.headSection_banner__ifu_V.headSection_isVendor__O_7oz .headSection_banner-title-sm___QDU3 span {
  color: #d42d60;
}

.headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .headSection_isVendor__O_7oz .headSection_section_head__sygsI h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_ {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_ {
    width: auto !important;
  }
  .headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_:nth-child(2) {
    padding: 11px 38px !important;
  }
  .headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_::after {
    position: static;
  }
}
.headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_::after {
  right: 20px;
  transition: 0.5s;
}
.headSection_isVendor__O_7oz .headSection_bannerBtns__GRvXE .headSection_button__M1oC_:hover::after {
  right: 17px;
}
.headSection_isVendor__O_7oz .headSection_button__M1oC_ {
  color: #fff !important;
  background: #d42d60 !important;
}

.headSection_the_pain__Q_uVS.headSection_isVendor__O_7oz .headSection_section_head-subtitle__AmQ4C {
  color: #d42d60;
}
.headSection_the_pain__Q_uVS.headSection_isVendor__O_7oz .headSection_section_body-content__eSvgs div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .headSection_the_pain__Q_uVS.headSection_isVendor__O_7oz .headSection_section_body-content__eSvgs div {
    font-size: 16px;
  }
}
.headSection_the_pain__Q_uVS.headSection_isVendor__O_7oz .headSection_section_body-content__eSvgs div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .headSection_the_pain__Q_uVS.headSection_isVendor__O_7oz .headSection_section_body-content__eSvgs div span {
    color: #d42d60 !important;
  }
}

@keyframes headSection_visibility1__Tvc7k {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes headSection_visibility2__waptH {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes headSection_visibility3__vodzX {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes headSection_moveImage4__N9FVI {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes headSection_moveImage1__apVgY {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes headSection_moveImage2__84jzZ {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes headSection_moveImage3__e9lgx {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
/* CATALINA BLUE SHADES */
/* TEAL SHADES */
/* NEUTRALS */
/* ALERT COLORS */
/* GRADIENT COLORS */
/* ALERT SHADES */
.headSection_customer_stories_head__u_dvV {
  padding: 20px;
}
.headSection_customer_stories_head_title__iw_7k {
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .headSection_customer_stories_head_title__iw_7k {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: unset;
    text-align: left;
  }
}
.headSection_customer_stories_head_description__sYRLo {
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .headSection_customer_stories_head_description__sYRLo {
    text-align: left;
  }
}
.headSection_customer_stories_head_actions__8wwbL {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .headSection_customer_stories_head_actions__8wwbL {
    margin-top: 40px;
    flex-direction: column;
  }
}
.headSection_customer_stories_head_actions_demo__erymc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 600px) {
  .headSection_customer_stories_head_actions_demo__erymc {
    width: 100% !important;
  }
}
.headSection_customer_stories_head_actions_try__sqlxZ {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  background-color: #D42D60;
}
@media (max-width: 600px) {
  .headSection_customer_stories_head_actions_try__sqlxZ {
    width: 100% !important;
  }
}
.headSection_customer_stories_head_actions_try__sqlxZ:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-mask-image: url("/images/icons/arrow-right-blue-bold.svg");
          mask-image: url("/images/icons/arrow-right-blue-bold.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/(main)/customer-stories/_components/stories.module.sass ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.stories_solution-wrapper__6Xksp .stories_btn__UxOfg {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.stories_solution-wrapper__6Xksp .stories_btn-white__dQk1_ {
  background: #fff;
}
.stories_solution-wrapper__6Xksp .stories_btn-white__dQk1_:hover {
  text-decoration: underline;
}
.stories_solution-wrapper__6Xksp .stories_btn-blue__lr_T9 {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.stories_solution-wrapper__6Xksp .stories_btn-blue__lr_T9:hover {
  background: #008FD0;
}
.stories_solution-wrapper__6Xksp .stories_button__KOpDx {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.stories_solution-wrapper__6Xksp .stories_button__KOpDx:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.stories_solution-wrapper__6Xksp .stories_button__KOpDx:hover:after {
  right: 7px;
}
.stories_solution-wrapper__6Xksp .stories_wr__Sa2o6 {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.stories_solution-wrapper__6Xksp .stories_section_head__Y2cRX {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_head__Y2cRX {
    margin-bottom: 40px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_head-subtitle__PVOMm {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.stories_solution-wrapper__6Xksp .stories_section_head-subtitle-second__KlcD4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.stories_solution-wrapper__6Xksp .stories_section_head-text__Ne1Ve {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_head-text__Ne1Ve {
    max-width: 650px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_head-text__Ne1Ve span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.stories_solution-wrapper__6Xksp .stories_section_head__Y2cRX h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF {
    padding: 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_section_infos_block__9TAZG:first-child {
  padding-top: 150px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_section_infos_block__9TAZG:nth-child(3) .stories_line__OSVka img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 {
  width: 1175px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_button__KOpDx {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_button__KOpDx:after {
  height: 10px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div:last-child {
  margin-bottom: 0 !important;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ {
    order: 2;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka img {
    order: 1;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka picture {
    margin: 0 auto 27px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka img {
    max-width: 100%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka h2 {
    position: absolute;
    top: -10%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF .stories_wr__Sa2o6 > div .stories_line__OSVka p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF.stories_isSalesProspecting__B23do .stories_section_infos_block__9TAZG:first-child img {
  max-width: 434px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF.stories_isSalesProspecting__B23do .stories_button__KOpDx {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF.stories_isSalesProspecting__B23do .stories_button__KOpDx::after {
  margin: 0;
  right: 10px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos__oi1jF.stories_isSalesProspecting__B23do .stories_button__KOpDx:hover::after {
  right: 8px;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 {
    padding-bottom: 50px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_section_head__Y2cRX {
  margin-bottom: 30px;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_section_head__Y2cRX h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_section_head-subtitle__PVOMm {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 {
  width: 980px;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU:after {
    right: -2px;
    top: 10px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU:last-child {
  margin-bottom: 0;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item_title__jHqNY {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU .stories_item_body__4Q9sq,
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU .stories_item_body__4Q9sq span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU.stories_item-active__QjgoF {
  transition: 0.5s ease-in-out;
  height: auto;
}
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU.stories_item-active__QjgoF .stories_item_body__4Q9sq,
.stories_solution-wrapper__6Xksp .stories_section_question__GQOO6 .stories_wr__Sa2o6 .stories_item__bJuyU.stories_item-active__QjgoF .stories_item_body__4Q9sq span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_wr__Sa2o6 {
    margin: 50px auto 200px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_banner_search-bar___HkIC {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_banner_search-bar___HkIC {
    margin: -15px 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW {
    flex-direction: column;
    align-items: center;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_button__KOpDx {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_button__KOpDx:hover {
  padding-right: 16px;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_button__KOpDx:last-child {
  background: #8a90a5 !important;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_banner_login__pRrTo {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_banner_login__pRrTo {
    margin-top: 26px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_banner_login-link__BN7tk {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K .stories_bannerBtns__R7_zW .stories_banner_login-link__BN7tk:hover {
  text-decoration: underline;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
  background-position: 55%;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner-title-sm__MGs3u {
  width: 85%;
}
@media (min-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner-title-sm__MGs3u {
    display: none;
  }
}
@media (max-width: 979px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner-title-lg__4hb6t {
    display: none;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 h1,
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 h1,
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q h1 div {
    width: 120%;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 h1 span,
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 p {
    width: 81%;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_button__KOpDx {
  width: 190px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q h1 {
    max-width: 90%;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_wr__Sa2o6 {
    margin: 400px auto 300px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_animation-wrapper__2dsfa {
  display: inline-flex;
  margin-top: 1px;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_animation-wrapper__2dsfa .stories_dynamic-txts__pAcdG {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q.stories_without-sponsoredBanner__TcNH2 {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q.stories_without-sponsoredBanner__TcNH2 .stories_wr__Sa2o6 {
    margin: 300px auto;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do p {
    max-width: 470px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__prompt-wrapper__SdlYf {
  top: 87% !important;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_bottom__1FSst {
  display: flex;
  flex-direction: column-reverse;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_home-form-image__9p7ln {
  display: none !important;
}
@media (min-width: 980px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS {
    margin-top: 5px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk {
  display: flex;
  align-items: center;
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk .stories_header__item-btn__2_8as.stories_btn-1__VPYwT {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk > div {
    margin-left: 5px;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_header__items__2z4kS .stories_header__item-content__QD864 .stories_header__item__BC5jk > div:first-of-type {
    margin-left: 10px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    max-width: 544px;
    max-height: 441px;
  }
}
.stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    width: 544px;
    height: 500px;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    right: 8%;
    top: 30px;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images__J6qaS {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_withChildren__vHSKO {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_without-sponsoredBanner__TcNH2 {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
    position: relative;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    max-width: 88%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    left: -5%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
    position: absolute;
    right: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
    left: -10%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
    position: relative;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS {
    right: -20%;
  }
  .stories_solution-wrapper__6Xksp .stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img:first-child {
    left: -14%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe {
    padding: 70px 0 80px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b .stories_wr__Sa2o6 {
    width: 100%;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b .stories_wr__Sa2o6 .stories_col__PcuLD {
    width: 100%;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b .stories_section_head-subtitle__PVOMm {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b {
    position: relative;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__wrapp__NKp_b .stories_wr__Sa2o6 {
    margin: 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_head__Y2cRX {
  grid-area: header;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_wr__Sa2o6 {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs {
    max-width: 500px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs {
    max-width: 350px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_section_solutions__img__jPYXs {
    position: absolute;
    bottom: 3%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 {
    flex-wrap: wrap;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD {
    width: 100%;
    margin-bottom: 30px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD:last-child {
    margin-bottom: 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-title__UMlwC {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-title__UMlwC {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-title__UMlwC {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-title__UMlwC {
    display: block;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0:last-child {
  margin-bottom: 0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0:first-child .stories_card-img__XHnZd {
    margin-left: 0 !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_title__0qJhF {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_title__0qJhF span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD:nth-child(2) .stories_solutions-title__UMlwC {
  color: #008FD0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD:nth-child(2) .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-body__pqIt5 .stories_col__PcuLD:nth-child(2) .stories_solutions-body__wLN1G .stories_card__6ocO0::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD .stories_solutions-body__wLN1G {
    display: flex;
    justify-content: space-between;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    width: 85%;
    margin-bottom: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card-title__vK8WI {
    padding: 0 15px 0 40px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions__PIaUe .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us__P9eux {
    padding: 75px 0 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_button__KOpDx {
  display: none;
}
@media (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_button__KOpDx {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_head__Y2cRX {
  margin-bottom: 45px;
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_head-subtitle__PVOMm {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo {
    display: block;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU img,
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU .stories_item_title__jHqNY {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_why_us__P9eux .stories_section_body__tKxwo .stories_item__bJuyU .stories_item_body__4Q9sq {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g {
  margin: 80px 0;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_title__YYtHU {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_section_needHelp-text__nxn6w {
  display: flex;
  justify-content: space-between;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl p {
    line-height: unset;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi {
    flex-direction: column;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button__KOpDx {
  height: initial;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz {
    font-size: 13px;
    width: 190px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz:hover {
  padding-right: 12px;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl {
    padding: 30px 20px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_section_needHelp-text__nxn6w {
    flex-direction: column;
  }
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_section_needHelp-text__nxn6w p {
    text-align: left;
  }
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_section_needHelp-text__nxn6w .stories_needHelpBtns__3ebVi {
    margin-top: 15px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_needHelp__Rbq0g .stories_section_needHelp-background__UldKl .stories_section_needHelp-text__nxn6w .stories_needHelpBtns__3ebVi .stories_button-help__2KoJz {
    width: 100%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a {
    padding: 75px 0 80px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a .stories_button__KOpDx {
  display: none;
}
@media (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a .stories_button__KOpDx {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a .stories_section_head__Y2cRX h2 {
  color: #fff;
}
.stories_solution-wrapper__6Xksp .stories_section_profile__9uN9a .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0 {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0:last-child {
    margin-bottom: 0;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0 img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card__6ocO0 p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_profile-cards__hLzki .stories_card-title__vK8WI {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_promo-video__VAp9I {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_promo-video__VAp9I iframe {
    height: 450px;
    width: 800px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_section_head__Y2cRX {
  margin-bottom: 35px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_section_head__Y2cRX h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_solutions-title__UMlwC {
  color: #008FD0;
  display: none;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_card_title__0qJhF span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_card__6ocO0:last-child img,
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_card__6ocO0:first-child img {
    margin-top: 15px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_button__KOpDx {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_button__KOpDx:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-title__UMlwC {
  color: #008FD0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  text-align: left;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_title__0qJhF {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G {
    display: flex;
    flex-direction: column;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    width: 85%;
    margin-bottom: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card-title__vK8WI {
    padding: 0 15px 0 40px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do {
  background-color: #f8f9fa;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_head__Y2cRX {
  margin-bottom: 35px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_head__Y2cRX h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_button__KOpDx {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_button__KOpDx:after {
  right: 11px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_solutions_superheader__LmFPU {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_solutions_superheader__LmFPU {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_section_solutions_superheader__LmFPU {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0 .stories_card_desc__1CexT {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0 .stories_card_title__0qJhF {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(2) img,
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child img {
  margin-top: 0 !important;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-alt__Xn0Gw.stories_isSalesProspecting__B23do .stories_card__6ocO0:last-child .stories_card_desc__1CexT {
    margin-bottom: 55px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_wr__Sa2o6 {
  display: flex;
  flex-direction: column-reverse;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_head__Y2cRX h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_head__Y2cRX h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_head-subtitle__PVOMm {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_head-uppertitle__aLjbA {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_head-upptitle___imL4 {
    display: none;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU.stories_no-padding__D9AKz {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU {
    padding: 25px 30px;
  }
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU.stories_no-padding__D9AKz {
    padding: 25px 30px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item_btn__KchId {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item_title__jHqNY {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU.stories_active__dWHNZ {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU.stories_active__dWHNZ .stories_item_btn__KchId {
  display: block;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU.stories_active__dWHNZ svg {
  margin-bottom: 13px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body__tKxwo .stories_item__bJuyU:not(.stories_active__dWHNZ) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ {
    padding: 30px 17px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_vendor_company_popup-wrapper__Wjr_j {
  top: 95% !important;
}
@media (max-width: 980px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_vendor_company_popup-wrapper__Wjr_j {
    top: 95% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_body__tKxwo {
  margin-bottom: 0;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_body__tKxwo .stories_item-container__xa7_v {
  position: relative;
  margin-bottom: 30px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_body__tKxwo .stories_item__bJuyU {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_body__tKxwo .stories_item__bJuyU .stories_item_title__jHqNY {
  min-height: 26px;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_body__tKxwo .stories_item__bJuyU:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_head__Y2cRX h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_section_head-subtitle-second__KlcD4 {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx:after {
    right: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_section_body_background__q8VPJ .stories_button__KOpDx:hover:after {
    right: -2px;
  }
}
.stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx:after {
    right: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_why_us-vendors__2CGMW .stories_button__KOpDx:after:hover:after {
    right: -2px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK {
  background: none;
  margin-top: 20px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG {
    padding: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:nth-child(4) .stories_line__OSVka {
    margin-bottom: 0 !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child {
    background: #fbfbfb;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:nth-child(3) .stories_line__OSVka img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka > img {
    max-width: 46%;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ p {
    line-height: 27px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ .stories_button__KOpDx {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ .stories_button__KOpDx:after {
  right: 6px;
}
.stories_solution-wrapper__6Xksp .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG .stories_wr__Sa2o6 > div .stories_line__OSVka .stories_infos_content__SEkoZ .stories_button__KOpDx:hover:after {
  right: 5px;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_head__Y2cRX h2 {
  font-size: 32px;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_wr__Sa2o6 {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body__tKxwo {
  display: flex;
  flex-direction: column;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E > div {
    padding-right: 20px;
  }
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body-content__MrG_E > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body__tKxwo .stories_section_body-pain__Xlmbj {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_the_pain__nqgZa .stories_section_body__tKxwo .stories_section_body-pain__Xlmbj {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_proposal-img-block__sL67q {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_col__PcuLD .stories_card_desc__1CexT {
    padding: 0;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_proposal-img-block__sL67q {
    order: 1;
    grid-area: image;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_head__Y2cRX {
    order: 2;
    grid-area: title;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW {
    margin: 0 !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_proposal-img-block__sL67q {
    margin-bottom: 36px;
    order: 2;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_head__Y2cRX {
    order: 1;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_col__PcuLD {
    width: 100%;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_col__PcuLD .stories_card_title__0qJhF {
    font-size: 18px !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_col__PcuLD .stories_card_desc__1CexT {
    font-size: 16px !important;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 {
    margin-bottom: 38px;
    order: 3;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_button__KOpDx {
    margin: 0 !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 .stories_solutions-body__wLN1G {
  flex-direction: column;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 .stories_solutions-body__wLN1G {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 .stories_solutions-body__wLN1G {
    width: 100% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  width: 100% !important;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_solutions-body__pqIt5 .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  margin-bottom: 0;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_solutions-content__gspnW .stories_section_head__Y2cRX {
  margin-bottom: 30px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm,
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_head__Y2cRX h2 {
  font-family: "Inter";
  font-weight: 600;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_head__Y2cRX h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_button__KOpDx {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_button__KOpDx:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_button__KOpDx {
    margin-bottom: 40px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_button__KOpDx:hover {
  color: #fff;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_button__KOpDx:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  color: #17d88a;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
    min-height: 100px !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card-title__vK8WI {
  font-family: "Inter";
  font-weight: 600;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT,
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_title__0qJhF {
  color: #fff;
}
@media (max-width: 500px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z .stories_img_1__p4qAx {
    max-width: 100%;
  }
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card-img__XHnZd .stories_img_2__RYPRA {
    max-width: 94% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card__6ocO0:nth-child(2) img,
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card__6ocO0:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56 .stories_wr__Sa2o6 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z img {
    max-width: unset;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do {
  background-color: #f8f9fa;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_section_head__Y2cRX {
  grid-area: header;
  margin-bottom: 45px;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_button__KOpDx {
  color: #fff;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_button__KOpDx:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0 {
    width: 32% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card_title__0qJhF {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card_desc__1CexT {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card_desc__1CexT {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card_desc__1CexT {
    max-width: 94% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(2) img,
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(2) img,
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child .stories_card_img__1_76Z {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child .stories_card_img__1_76Z {
    margin-top: 5% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child .stories_card_desc__1CexT {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child img {
    max-width: 100% !important;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child .stories_card_desc__1CexT {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:first-child img {
    margin-top: 6px;
  }
}
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(2) img,
.stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp .stories_section_solutions-proposals__l__56.stories_isSalesProspecting__B23do .stories_card__6ocO0:nth-child(2) img {
    margin-left: 3%;
  }
}
.stories_solution-wrapper__6Xksp .stories_sub__LUofm {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.stories_solution-wrapper__6Xksp .stories_sub__LUofm .stories_section__titles__od_QH {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.stories_solution-wrapper__6Xksp .stories_sub__LUofm .stories_section__titles__od_QH > div {
  text-align: left;
}
.stories_solution-wrapper__6Xksp .stories_section__trusted__OQrZ9 .stories_section__titles__od_QH {
  margin-left: 5%;
}

.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 {
  margin-top: 100px;
  margin-bottom: 0;
}
.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    max-width: 544px;
    max-height: 441px;
  }
}
.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    width: 544px;
    height: 500px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS .stories_banner_images-stack__VFgGU img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 8%;
    top: 100px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 150px;
    top: 160px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 170px;
    top: 190px;
  }
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_wr__Sa2o6 .stories_banner_images__J6qaS {
    right: 27%;
  }
}
.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_header__item__BC5jk {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_header__item__BC5jk {
    padding: 0 10px 0 20px !important;
  }
}
.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_section__trusted__OQrZ9 {
  padding-top: 0;
}
.stories_solution-wrapper__6Xksp.stories_isHome__vJDDV .stories_section__trusted__OQrZ9 .stories_section__title__S_v3q {
  z-index: -1;
}

@media (max-width: 767px) {
  .stories_banner__UFE5K.stories_isSalesProspecting__B23do {
    margin-bottom: 150px;
  }
}
.stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images-stack__VFgGU {
  animation-name: stories_flipImage__z7bNF;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images-stack__VFgGU img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images-stack__VFgGU img {
    max-width: 100% !important;
  }
}
.stories_banner__UFE5K.stories_isSalesProspecting__B23do .stories_banner_images-stack__VFgGU img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.stories_solution-wrapper__6Xksp .stories_isSalesProspecting__B23do .stories_button__KOpDx {
  background: #13976c !important;
}

.stories_section_solutions__wrap__g5Yy2 {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .stories_section_solutions__wrap__g5Yy2 {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 {
  grid-area: content;
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD {
  padding: 0 !important;
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  width: 60% !important;
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  left: 1%;
}
.stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .stories_section_solutions__wrap__g5Yy2 .stories_section_solutions-body__pqIt5 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    width: 100% !important;
  }
}
.stories_section_solutions__wrap__g5Yy2 .stories_button__KOpDx {
  grid-area: button;
}
.stories_section_solutions__wrap__g5Yy2 img {
  grid-area: img;
}

.stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 .stories_col__PcuLD .stories_solutions-body__wLN1G {
  display: flex;
  flex-direction: column;
}
.stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    margin-bottom: 26px !important;
  }
}
.stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .stories_section_solutions__wrap__g5Yy2.stories_leads__Jpu90 .stories_col__PcuLD .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    width: 100% !important;
  }
}

.stories_infos_content__SEkoZ.stories_sales__HCiy2 {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.stories_infos_content__SEkoZ.stories_sales__HCiy2 h2 {
  grid-area: title;
}
.stories_infos_content__SEkoZ.stories_sales__HCiy2 .stories_infos_content-desc__MRecl {
  grid-area: desc;
}
.stories_infos_content__SEkoZ.stories_sales__HCiy2 .stories_button__KOpDx {
  grid-area: button;
}
.stories_infos_content__SEkoZ.stories_sales__HCiy2 .stories_infos_content-images__oXeSb {
  grid-area: image;
}
@media (max-width: 600px) {
  .stories_infos_content__SEkoZ.stories_sales__HCiy2 {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.stories_vendor_company_popup-wrapper__Wjr_j {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .stories_vendor_company_popup-wrapper__Wjr_j {
    top: 104%;
    left: -65%;
  }
}
.stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ .stories_vendor_section_body__Jbmqn {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ .stories_vendor_section_body__Jbmqn {
    min-width: 100px;
  }
}
.stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ .stories_vendor_section_body__Jbmqn .stories_vendor_item-title__2bdug {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ .stories_vendor_section_body__Jbmqn .stories_vendor_item-img__uhXPN img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.stories_vendor_company_popup-wrapper__Wjr_j .stories_vendor_company_popup__5gBq_ .stories_vendor_section_body__Jbmqn:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .stories_why_us-vendors__2CGMW .stories_item__bJuyU:nth-child(6n) .stories_vendor_company_popup-wrapper__Wjr_j,
  .stories_why_us-vendors__2CGMW .stories_item-container__xa7_v:nth-child(6n) .stories_vendor_company_popup-wrapper__Wjr_j {
    left: auto;
    right: 0;
  }
  .stories_why_us-vendors__2CGMW .stories_item__bJuyU:nth-child(6n+1) .stories_vendor_company_popup-wrapper__Wjr_j,
  .stories_why_us-vendors__2CGMW .stories_item-container__xa7_v:nth-child(6n+1) .stories_vendor_company_popup-wrapper__Wjr_j {
    left: 0;
  }
}
@media (max-width: 768px) {
  .stories_why_us-vendors__2CGMW .stories_vendor_company_popup-wrapper__Wjr_j {
    left: -24%;
  }
  .stories_why_us-vendors__2CGMW .stories_item__bJuyU:nth-child(3n) .stories_vendor_company_popup-wrapper__Wjr_j,
  .stories_why_us-vendors__2CGMW .stories_item-container__xa7_v:nth-child(3n) .stories_vendor_company_popup-wrapper__Wjr_j {
    left: auto;
    right: 0;
  }
  .stories_why_us-vendors__2CGMW .stories_item__bJuyU:nth-child(3n+1) .stories_vendor_company_popup-wrapper__Wjr_j,
  .stories_why_us-vendors__2CGMW .stories_item-container__xa7_v:nth-child(3n+1) .stories_vendor_company_popup-wrapper__Wjr_j {
    left: 0;
  }
}
.stories_why_us-vendors__2CGMW .stories_section_body__tKxwo.stories_plain__fV7Vg a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.stories_why_us-vendors__2CGMW .stories_section_body__tKxwo.stories_plain__fV7Vg a:hover {
  background: #fff;
}
.stories_why_us-vendors__2CGMW .stories_section_body__tKxwo.stories_plain__fV7Vg a:hover svg path::nth-child(1) {
  fill: red;
}

.stories_dynamic-txts__pAcdG,
.stories_dynamic-txts-2__hpWe_ {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .stories_dynamic-txts__pAcdG,
  .stories_dynamic-txts-2__hpWe_ {
    line-height: 56px;
    height: 56px;
  }
  .stories_dynamic-txts__pAcdG span,
  .stories_dynamic-txts-2__hpWe_ span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .stories_dynamic-txts-2__hpWe_ li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .stories_dynamic-txts__pAcdG li:not(:first-child),
  .stories_dynamic-txts-2__hpWe_ li:not(:first-child) {
    display: none;
  }
}
.stories_dynamic-txts__pAcdG li,
.stories_dynamic-txts-2__hpWe_ li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .stories_dynamic-txts__pAcdG li,
  .stories_dynamic-txts-2__hpWe_ li {
    animation: stories_slideText__P5MY5 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .stories_dynamic-txts-2__hpWe_ li span {
    animation: stories_changeOpacity__iKVcC 9s linear infinite;
  }
  .stories_dynamic-txts-2__hpWe_ li:nth-child(3) span,
  .stories_dynamic-txts-2__hpWe_ li:nth-child(4) span {
    animation: stories_changeOpacity2__UqWAL 9s linear infinite;
  }
}
.stories_dynamic-txts__pAcdG li span,
.stories_dynamic-txts-2__hpWe_ li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .stories_dynamic-txts__pAcdG li span:after,
  .stories_dynamic-txts-2__hpWe_ li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .stories_dynamic-txts__pAcdG li span:after {
    animation: stories_typingHeader1__MpCbm 9s steps(22) infinite;
  }
  .stories_dynamic-txts-2__hpWe_ li span:after {
    animation: stories_typingHeader2__TZezE 9s steps(17) infinite;
  }
  .stories_dynamic-txts__pAcdG li:nth-child(3) span:after {
    animation: stories_typingHeader3__PoVaJ 9s steps(17) infinite !important;
  }
  .stories_dynamic-txts-2__hpWe_ li:nth-child(3) span:after {
    animation: stories_typingHeader4__W_lI2 9s steps(30) infinite !important;
  }
  .stories_dynamic-txts__pAcdG li:nth-child(4) span:after {
    animation: stories_typingHeader3__PoVaJ 9s steps(17) infinite !important;
  }
  .stories_dynamic-txts-2__hpWe_ li:nth-child(4) span:after {
    animation: stories_typingHeader4__W_lI2 9s steps(30) infinite !important;
  }
}
@keyframes stories_changeOpacity__iKVcC {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes stories_changeOpacity2__UqWAL {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes stories_typingHeader1__MpCbm {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes stories_typingHeader2__TZezE {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes stories_typingHeader3__PoVaJ {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes stories_typingHeader4__W_lI2 {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes stories_slideText__P5MY5 {
  100% {
    top: -224px;
  }
}
@keyframes stories_slideText2__iXk_P {
  100% {
    top: -160px;
  }
}
@keyframes stories_flipImage__z7bNF {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_line__OSVka,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_line__OSVka {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_line__OSVka,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_line__OSVka {
    padding-bottom: 50px !important;
  }
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-images__oXeSb,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-images__oXeSb {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-images__oXeSb,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-images__oXeSb {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-images__oXeSb img,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-images__oXeSb img {
  margin: 0 auto 1px !important;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf,
  .stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf {
    left: 23%;
    top: -27%;
  }
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_flipping__G_UX3,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_flipping__G_UX3 {
  width: 460px;
  height: 340px;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:first-child,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:first-child {
  z-index: 3;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:first-child img,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:nth-child(2),
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:nth-child(2) {
  z-index: 2;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:nth-child(2) img,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:last-child,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:last-child {
  z-index: 1;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:last-child img,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container-animate__YZ3uK:first-child,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container-animate__YZ3uK:first-child {
  animation: stories_visibility1__omtPG 15s forwards ease-in-out alternate;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container-animate__YZ3uK:nth-child(2),
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container-animate__YZ3uK:nth-child(2) {
  animation: stories_visibility2__DnBxo 15s forwards ease-in-out alternate;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container-animate__YZ3uK:last-child,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container-animate__YZ3uK:last-child {
  animation: stories_visibility3__ZWZO8 15s forwards ease-in-out alternate;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:first-child .stories_flipping-animation__Lpg9W,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:first-child .stories_flipping-animation__Lpg9W {
  animation: stories_moveImage1__aeEby 15s forwards ease-in-out alternate;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:nth-child(2) .stories_flipping-animation__Lpg9W,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:nth-child(2) .stories_flipping-animation__Lpg9W {
  transform: translate(0, 20px) scale(1);
  animation: stories_moveImage2__RGr9s 15s forwards ease-in-out alternate;
}
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:first-child .stories_infos_content-container__ESRTf:last-child .stories_flipping-animation__Lpg9W,
.stories_section_infos-alt__Ni7hK .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:last-child .stories_flipping-animation__Lpg9W {
  transform: translate(0, 0) scale(0.95);
  animation: stories_moveImage3__zzLky 15s forwards ease-in-out alternate;
}

.stories_section_infos__oi1jF .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.stories_section_infos__oi1jF .stories_section_infos_block__9TAZG:last-child .stories_infos_content-container__ESRTf:nth-child(2) .stories_flipping-animation__Lpg9W {
  animation: stories_moveImage4__xCXZY 15s forwards ease-in-out alternate !important;
}

.stories_section_infos__oi1jF .stories_section_infos_block__9TAZG .stories_infos_content-images__oXeSb img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .stories_section_infos__oi1jF .stories_section_infos_block__9TAZG .stories_infos_content-images__oXeSb img {
    width: 94% !important;
  }
}

.stories_dynamic-txts__pAcdG.stories_isVendor__XmV8q span,
.stories_dynamic-txts-2__hpWe_.stories_isVendor__XmV8q span {
  color: #d42d60 !important;
}

.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_desc__1CexT {
  padding: 0 !important;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z {
  margin-top: 0 !important;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0::before,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G,
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G {
    flex-direction: column !important;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z,
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 .stories_card_img__1_76Z {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0,
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_solutions-body__wLN1G .stories_card__6ocO0 {
    width: 100% !important;
  }
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_col__PcuLD,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_col__PcuLD {
  width: 100% !important;
  padding: 0 !important;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_button__KOpDx,
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_button__KOpDx {
  margin-top: 56px;
}

.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_solutions-body__pqIt5 .stories_card__6ocO0 .stories_card_desc__1CexT {
  margin-bottom: 30px;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_button__KOpDx {
  order: 4;
  margin: 0;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-title__vSN9d {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-title__vSN9d {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_promo-video__VAp9I {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX {
    align-items: initial !important;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
    order: 1;
    text-align: left !important;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-title__vSN9d {
    order: 2;
    text-align: left !important;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_promo-video__VAp9I {
    order: 3;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_button__KOpDx {
    order: 5;
  }
  .stories_section_solutions-alt__Xn0Gw.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_solutions-body__pqIt5 .stories_card__6ocO0 .stories_card_desc__1CexT {
    margin-bottom: 30px;
  }
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_solutions-body__pqIt5 .stories_card__6ocO0::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_solutions-body__pqIt5 .stories_card__6ocO0::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
  align-self: flex-start;
  order: 6;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve {
  text-align: center;
  order: 3;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve span {
  font-weight: 700;
  color: #404f5e;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_button__KOpDx {
  order: 4;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-title__vSN9d {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_promo-video__VAp9I {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX {
    align-items: initial !important;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-subtitle__PVOMm {
    order: 1;
    text-align: left !important;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-title__vSN9d {
    order: 2;
    text-align: left !important;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_promo-video__VAp9I {
    order: 3;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_section_head-text__Ne1Ve {
    order: 4;
    text-align: left !important;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX .stories_button__KOpDx {
    order: 5;
  }
  .stories_section_solutions-proposals__l__56.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
    order: 6;
    margin-top: 80px;
  }
}

.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
    margin-top: 40px !important;
  }
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q .stories_infos_content-desc__MRecl {
  grid-area: desc !important;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q a {
  grid-area: button !important;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_infos_content__SEkoZ.stories_isVendor__XmV8q .stories_button__KOpDx {
  width: 120px !important;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(even) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(even) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(even) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  justify-self: flex-start;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(odd) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  justify-self: flex-end;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(1) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  width: 100% !important;
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(3) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(4) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
    margin-left: -50px;
  }
}
.stories_section_infos-alt__Ni7hK.stories_isVendor__XmV8q .stories_section_infos_block__9TAZG:nth-child(5) .stories_infos_content__SEkoZ.stories_isVendor__XmV8q img {
  width: initial !important;
}

@media (max-width: 600px) {
  .stories_banner__UFE5K.stories_isVendor__XmV8q {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .stories_banner__UFE5K.stories_isVendor__XmV8q {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .stories_banner__UFE5K.stories_isVendor__XmV8q {
    padding-bottom: 210px !important;
  }
}
.stories_banner__UFE5K.stories_isVendor__XmV8q .stories_banner-title-sm__MGs3u span {
  color: #d42d60;
}

.stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .stories_isVendor__XmV8q .stories_section_head__Y2cRX h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx {
    width: auto !important;
  }
  .stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx:nth-child(2) {
    padding: 11px 38px !important;
  }
  .stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx::after {
    position: static;
  }
}
.stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx::after {
  right: 20px;
  transition: 0.5s;
}
.stories_isVendor__XmV8q .stories_bannerBtns__R7_zW .stories_button__KOpDx:hover::after {
  right: 17px;
}
.stories_isVendor__XmV8q .stories_button__KOpDx {
  color: #fff !important;
  background: #d42d60 !important;
}

.stories_the_pain__nqgZa.stories_isVendor__XmV8q .stories_section_head-subtitle__PVOMm {
  color: #d42d60;
}
.stories_the_pain__nqgZa.stories_isVendor__XmV8q .stories_section_body-content__MrG_E div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .stories_the_pain__nqgZa.stories_isVendor__XmV8q .stories_section_body-content__MrG_E div {
    font-size: 16px;
  }
}
.stories_the_pain__nqgZa.stories_isVendor__XmV8q .stories_section_body-content__MrG_E div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .stories_the_pain__nqgZa.stories_isVendor__XmV8q .stories_section_body-content__MrG_E div span {
    color: #d42d60 !important;
  }
}

@keyframes stories_visibility1__omtPG {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes stories_visibility2__DnBxo {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes stories_visibility3__ZWZO8 {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes stories_moveImage4__xCXZY {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes stories_moveImage1__aeEby {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes stories_moveImage2__RGr9s {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes stories_moveImage3__zzLky {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.stories_customer_stories_stories__UjC8k {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1072px;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
}
@media (max-width: 600px) {
  .stories_customer_stories_stories__UjC8k {
    margin-top: 72px;
    flex-direction: column;
    gap: 20px;
  }
}
.stories_customer_stories_stories__UjC8k * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.stories_customer_stories_stories_story__A9m_k {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0 5px 25px rgba(38, 52, 94, 0.1);
  border-radius: 20px;
  padding: 30px 24px 26px;
}
@media (max-width: 600px) {
  .stories_customer_stories_stories_story__A9m_k {
    width: 100%;
    padding: 32px 24px;
  }
}
.stories_customer_stories_stories_story_button__UGiq_ {
  margin-top: 10px;
  padding: 8px 40px !important;
}
.stories_customer_stories_stories_story_logo__ACSag {
  height: 60px;
  width: 100%;
  object-fit: none;
}
@media (max-width: 600px) {
  .stories_customer_stories_stories_story_logo__ACSag {
    height: 72px;
  }
}
.stories_customer_stories_stories_story_title__cq7I1 {
  margin-top: 32px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #26345E;
}
@media (max-width: 600px) {
  .stories_customer_stories_stories_story_title__cq7I1 {
    margin-top: 40px;
  }
}
.stories_customer_stories_stories_story_description__x4vIq {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #404F5E;
  flex-grow: 1;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/(main)/our-data/ourData.module.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ourData_customer_reviews_card_logo__ou6pp {
  width: 188px !important;
  height: 35px !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./src/components/landings/customerReviews/components/customerReviewsSlider.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.solution-wrapper .btn {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.solution-wrapper .btn-white {
  background: #fff;
}
.solution-wrapper .btn-white:hover {
  text-decoration: underline;
}
.solution-wrapper .btn-blue {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.solution-wrapper .btn-blue:hover {
  background: #008FD0;
}
.solution-wrapper .button {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.solution-wrapper .button:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.solution-wrapper .button:hover:after {
  right: 7px;
}
.solution-wrapper .wr {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.solution-wrapper .section_head {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .solution-wrapper .section_head {
    margin-bottom: 40px;
  }
}
.solution-wrapper .section_head-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.solution-wrapper .section_head-subtitle-second {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.solution-wrapper .section_head-text {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .solution-wrapper .section_head-text {
    max-width: 650px;
  }
}
.solution-wrapper .section_head-text span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.solution-wrapper .section_head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.solution-wrapper .section_infos {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos {
    padding: 0;
  }
}
.solution-wrapper .section_infos .section_infos_block:first-child {
  padding-top: 150px;
}
.solution-wrapper .section_infos .section_infos_block:nth-child(3) .line img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.solution-wrapper .section_infos .wr {
  width: 1175px;
}
.solution-wrapper .section_infos .button {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.solution-wrapper .section_infos .button:after {
  height: 10px;
}
.solution-wrapper .section_infos .wr > div:last-child {
  margin-bottom: 0 !important;
}
.solution-wrapper .section_infos .wr > div .line {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos .wr > div .line {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .solution-wrapper .section_infos .wr > div .line .infos_content {
    order: 2;
  }
  .solution-wrapper .section_infos .wr > div .line img {
    order: 1;
  }
}
.solution-wrapper .section_infos .wr > div .line .infos_content {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .solution-wrapper .section_infos .wr > div .line > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .solution-wrapper .section_infos .wr > div .line > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos .wr > div .line {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .solution-wrapper .section_infos .wr > div .line picture {
    margin: 0 auto 27px;
  }
  .solution-wrapper .section_infos .wr > div .line img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .solution-wrapper .section_infos .wr > div .line .infos_content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .solution-wrapper .section_infos .wr > div .line img {
    max-width: 100%;
  }
}
.solution-wrapper .section_infos .wr > div .line h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .solution-wrapper .section_infos .wr > div .line h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos .wr > div .line h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .solution-wrapper .section_infos .wr > div .line h2 {
    position: absolute;
    top: -10%;
  }
}
.solution-wrapper .section_infos .wr > div .line p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.solution-wrapper .section_infos.isSalesProspecting .section_infos_block:first-child img {
  max-width: 434px;
}
.solution-wrapper .section_infos.isSalesProspecting .button {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.solution-wrapper .section_infos.isSalesProspecting .button::after {
  margin: 0;
  right: 10px;
}
.solution-wrapper .section_infos.isSalesProspecting .button:hover::after {
  right: 8px;
}
.solution-wrapper .section_question {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .solution-wrapper .section_question {
    padding-bottom: 50px;
  }
}
.solution-wrapper .section_question .section_head {
  margin-bottom: 30px;
}
.solution-wrapper .section_question .section_head h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .solution-wrapper .section_question .section_head-subtitle {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.solution-wrapper .section_question .wr {
  width: 980px;
}
.solution-wrapper .section_question .wr .item {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.solution-wrapper .section_question .wr .item:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .solution-wrapper .section_question .wr .item {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .solution-wrapper .section_question .wr .item:after {
    right: -2px;
    top: 10px;
  }
}
.solution-wrapper .section_question .wr .item:last-child {
  margin-bottom: 0;
}
.solution-wrapper .section_question .wr .item_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.solution-wrapper .section_question .wr .item .item_body,
.solution-wrapper .section_question .wr .item .item_body span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.solution-wrapper .section_question .wr .item.item-active {
  transition: 0.5s ease-in-out;
  height: auto;
}
.solution-wrapper .section_question .wr .item.item-active .item_body,
.solution-wrapper .section_question .wr .item.item-active .item_body span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.solution-wrapper .banner {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .solution-wrapper .banner {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .solution-wrapper .banner .wr {
    margin: 50px auto 200px;
  }
}
.solution-wrapper .banner .banner_search-bar {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .solution-wrapper .banner .banner_search-bar {
    margin: -15px 0;
  }
}
.solution-wrapper .banner .bannerBtns {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .solution-wrapper .banner .bannerBtns {
    flex-direction: column;
    align-items: center;
  }
}
.solution-wrapper .banner .bannerBtns .button {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.solution-wrapper .banner .bannerBtns .button:hover {
  padding-right: 16px;
}
.solution-wrapper .banner .bannerBtns .button:last-child {
  background: #8a90a5 !important;
}
.solution-wrapper .banner .bannerBtns .banner_login {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .solution-wrapper .banner .bannerBtns .banner_login {
    margin-top: 26px;
  }
}
.solution-wrapper .banner .bannerBtns .banner_login-link {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.solution-wrapper .banner .bannerBtns .banner_login-link:hover {
  text-decoration: underline;
}
.solution-wrapper .banner h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .solution-wrapper .banner h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.solution-wrapper .banner h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .solution-wrapper .banner h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .solution-wrapper .banner h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.solution-wrapper .banner p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .solution-wrapper .banner p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.solution-wrapper .banner.isVendor {
  background-position: 55%;
}
.solution-wrapper .banner.isVendor .banner-title-sm {
  width: 85%;
}
@media (min-width: 600px) {
  .solution-wrapper .banner.isVendor {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .solution-wrapper .banner.isVendor {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .solution-wrapper .banner.isVendor {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .solution-wrapper .banner.isVendor {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .solution-wrapper .banner.isVendor {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .solution-wrapper .banner.isVendor {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .solution-wrapper .banner.isVendor .banner-title-sm {
    display: none;
  }
}
@media (max-width: 979px) {
  .solution-wrapper .banner.isVendor .banner-title-lg {
    display: none;
  }
}
.solution-wrapper .banner.isVendor .wr h1,
.solution-wrapper .banner.isVendor h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor .wr h1,
  .solution-wrapper .banner.isVendor h1 div {
    width: 120%;
  }
}
.solution-wrapper .banner.isVendor .wr h1 span,
.solution-wrapper .banner.isVendor h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.solution-wrapper .banner.isVendor .wr p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .solution-wrapper .banner.isVendor .wr p {
    width: 81%;
  }
}
.solution-wrapper .banner.isVendor .button {
  width: 190px;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.solution-wrapper .banner.isVendor h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor h1 {
    max-width: 90%;
  }
}
.solution-wrapper .banner.isVendor p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .solution-wrapper .banner.isVendor .wr {
    margin: 400px auto 300px;
  }
}
.solution-wrapper .banner.isVendor .animation-wrapper {
  display: inline-flex;
  margin-top: 1px;
}
.solution-wrapper .banner.isVendor .animation-wrapper .dynamic-txts {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor.without-sponsoredBanner {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .solution-wrapper .banner.isVendor.without-sponsoredBanner .wr {
    margin: 300px auto;
  }
}
.solution-wrapper .banner.isSalesProspecting {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .solution-wrapper .banner.isSalesProspecting {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .solution-wrapper .banner.isSalesProspecting .wr {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .solution-wrapper .banner.isSalesProspecting h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .solution-wrapper .banner.isSalesProspecting p {
    max-width: 470px !important;
  }
}
.solution-wrapper .banner.isSalesProspecting .header__prompt-wrapper {
  top: 87% !important;
}
.solution-wrapper .banner.isSalesProspecting .banner_bottom {
  display: flex;
  flex-direction: column-reverse;
}
.solution-wrapper .banner.isSalesProspecting .home-form-image {
  display: none !important;
}
@media (min-width: 980px) {
  .solution-wrapper .banner.isSalesProspecting .header__items {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting .header__items {
    margin-top: 5px !important;
  }
}
.solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item {
  display: flex;
  align-items: center;
}
.solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item .header__item-btn.btn-1 {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item > div {
    margin-left: 5px;
  }
  .solution-wrapper .banner.isSalesProspecting .header__items .header__item-content .header__item > div:first-of-type {
    margin-left: 10px;
  }
}
.solution-wrapper .banner.isSalesProspecting .banner_images {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    max-width: 544px;
    max-height: 441px;
  }
}
.solution-wrapper .banner.isSalesProspecting .banner_images .banner_images-stack {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .solution-wrapper .banner.isSalesProspecting .banner_images .banner_images-stack img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    width: 544px;
    height: 500px;
  }
  .solution-wrapper .banner.isSalesProspecting .banner_images .banner_images-stack img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .solution-wrapper .banner.isSalesProspecting .banner_images .banner_images-stack img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    right: 8%;
    top: 30px;
  }
  .solution-wrapper .banner.isSalesProspecting .banner_images img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .solution-wrapper .banner.isSalesProspecting .banner_images {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.withChildren {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.without-sponsoredBanner {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .solution-wrapper .banner.isVendor .banner_images {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack {
    position: relative;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img {
    max-width: 88%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    left: -5%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor .banner_images {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .solution-wrapper .banner.isVendor .banner_images {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack {
    position: absolute;
    right: 0;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack {
    left: -10%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .solution-wrapper .banner.isVendor .banner_images {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .solution-wrapper .banner.isVendor .banner_images {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack {
    position: relative;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .solution-wrapper .banner.isVendor .banner_images {
    right: -20%;
  }
  .solution-wrapper .banner.isVendor .banner_images .banner_images-stack img:first-child {
    left: -14%;
  }
}
.solution-wrapper .section_solutions {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions {
    padding: 70px 0 80px;
  }
}
.solution-wrapper .section_solutions .section_solutions__wrapp {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .solution-wrapper .section_solutions .section_solutions__wrapp {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .solution-wrapper .section_solutions .section_solutions__wrapp .wr {
    width: 100%;
  }
  .solution-wrapper .section_solutions .section_solutions__wrapp .wr .col {
    width: 100%;
  }
  .solution-wrapper .section_solutions .section_solutions__wrapp .section_head-subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .solution-wrapper .section_solutions .section_solutions__wrapp {
    position: relative;
  }
  .solution-wrapper .section_solutions .section_solutions__wrapp .wr {
    margin: 0;
  }
}
.solution-wrapper .section_solutions .section_head {
  grid-area: header;
}
.solution-wrapper .section_solutions .wr {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.solution-wrapper .section_solutions .section_solutions__img {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .solution-wrapper .section_solutions .section_solutions__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .solution-wrapper .section_solutions .section_solutions__img {
    max-width: 500px;
  }
  .solution-wrapper .section_solutions .section_solutions__img img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .solution-wrapper .section_solutions .section_solutions__img {
    max-width: 350px;
  }
  .solution-wrapper .section_solutions .section_solutions__img img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .solution-wrapper .section_solutions .section_solutions__img {
    position: absolute;
    bottom: 3%;
  }
}
.solution-wrapper .section_solutions-body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-body {
    flex-wrap: wrap;
  }
}
.solution-wrapper .section_solutions-body .col {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-body .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .solution-wrapper .section_solutions-body .col:last-child {
    margin-bottom: 0;
  }
}
.solution-wrapper .section_solutions-body .col .solutions-title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .solution-wrapper .section_solutions-body .col .solutions-title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-body .col .solutions-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-body .col .solutions-title {
    display: block;
  }
}
.solution-wrapper .section_solutions-body .col .solutions-body .card {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.solution-wrapper .section_solutions-body .col .solutions-body .card:last-child {
  margin-bottom: 0;
}
.solution-wrapper .section_solutions-body .col .solutions-body .card:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .solution-wrapper .section_solutions-body .col .solutions-body .card:first-child .card-img {
    margin-left: 0 !important;
  }
}
.solution-wrapper .section_solutions-body .col .solutions-body .card::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.solution-wrapper .section_solutions-body .col .solutions-body .card .card_title {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.solution-wrapper .section_solutions-body .col .solutions-body .card .card_title span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.solution-wrapper .section_solutions-body .col .solutions-body .card .card_desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.solution-wrapper .section_solutions-body .col:nth-child(2) .solutions-title {
  color: #008FD0;
}
.solution-wrapper .section_solutions-body .col:nth-child(2) .solutions-body .card::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.solution-wrapper .section_solutions-body .col:nth-child(2) .solutions-body .card::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions .col {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .solution-wrapper .section_solutions .col {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions .col .solutions-body {
    display: flex;
    justify-content: space-between;
  }
  .solution-wrapper .section_solutions .col .solutions-body .card {
    width: 85%;
    margin-bottom: 0;
  }
  .solution-wrapper .section_solutions .col .solutions-body .card .card-title {
    padding: 0 15px 0 40px;
  }
  .solution-wrapper .section_solutions .col .solutions-body .card::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.solution-wrapper .why_us {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us {
    padding: 75px 0 0;
  }
}
.solution-wrapper .why_us .button {
  display: none;
}
@media (max-width: 768px) {
  .solution-wrapper .why_us .button {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.solution-wrapper .why_us .section_head {
  margin-bottom: 45px;
}
.solution-wrapper .why_us .section_head-subtitle {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.solution-wrapper .why_us .section_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us .section_body {
    display: block;
  }
}
.solution-wrapper .why_us .section_body .item {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us .section_body .item {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.solution-wrapper .why_us .section_body .item img,
.solution-wrapper .why_us .section_body .item svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.solution-wrapper .why_us .section_body .item .item_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.solution-wrapper .why_us .section_body .item .item_body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.solution-wrapper .section_needHelp {
  margin: 80px 0;
}
.solution-wrapper .section_needHelp .section_needHelp-background {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.solution-wrapper .section_needHelp .section_needHelp-background .title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.solution-wrapper .section_needHelp .section_needHelp-background .section_needHelp-text {
  display: flex;
  justify-content: space-between;
}
.solution-wrapper .section_needHelp .section_needHelp-background p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .solution-wrapper .section_needHelp .section_needHelp-background p {
    line-height: unset;
  }
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns {
    flex-direction: column;
  }
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button {
  height: initial;
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help {
    font-size: 13px;
    width: 190px !important;
  }
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help:hover {
  padding-right: 12px;
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .solution-wrapper .section_needHelp .section_needHelp-background .needHelpBtns .button-help:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_needHelp .section_needHelp-background {
    padding: 30px 20px;
  }
  .solution-wrapper .section_needHelp .section_needHelp-background .section_needHelp-text {
    flex-direction: column;
  }
  .solution-wrapper .section_needHelp .section_needHelp-background .section_needHelp-text p {
    text-align: left;
  }
  .solution-wrapper .section_needHelp .section_needHelp-background .section_needHelp-text .needHelpBtns {
    margin-top: 15px;
  }
  .solution-wrapper .section_needHelp .section_needHelp-background .section_needHelp-text .needHelpBtns .button-help {
    width: 100%;
  }
}
.solution-wrapper .section_profile {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .solution-wrapper .section_profile {
    padding: 75px 0 80px;
  }
}
.solution-wrapper .section_profile .button {
  display: none;
}
@media (max-width: 768px) {
  .solution-wrapper .section_profile .button {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.solution-wrapper .section_profile .section_head h2 {
  color: #fff;
}
.solution-wrapper .section_profile .section_head .section_head-subtitle {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.solution-wrapper .section_profile-cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .solution-wrapper .section_profile-cards {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.solution-wrapper .section_profile-cards .card {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .solution-wrapper .section_profile-cards .card {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .solution-wrapper .section_profile-cards .card:last-child {
    margin-bottom: 0;
  }
}
.solution-wrapper .section_profile-cards .card:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.solution-wrapper .section_profile-cards .card img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.solution-wrapper .section_profile-cards .card p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.solution-wrapper .section_profile-cards .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.solution-wrapper .section_solutions-alt .promo-video {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-alt .promo-video iframe {
    height: 450px;
    width: 800px;
  }
}
.solution-wrapper .section_solutions-alt .section_head {
  margin-bottom: 35px;
}
.solution-wrapper .section_solutions-alt .section_head .section_head-subtitle {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.solution-wrapper .section_solutions-alt .section_head h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.solution-wrapper .section_solutions-alt .solutions-title {
  color: #008FD0;
  display: none;
}
.solution-wrapper .section_solutions-alt .card_title span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .solution-wrapper .section_solutions-alt .card:last-child img,
  .solution-wrapper .section_solutions-alt .card:first-child img {
    margin-top: 15px;
  }
}
.solution-wrapper .section_solutions-alt .button {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.solution-wrapper .section_solutions-alt .button:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.solution-wrapper .section_solutions-alt .col .solutions-title {
  color: #008FD0;
}
.solution-wrapper .section_solutions-alt .col .solutions-body .card {
  text-align: left;
}
.solution-wrapper .section_solutions-alt .col .solutions-body .card .card_title {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.solution-wrapper .section_solutions-alt .col .solutions-body .card .card_desc {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.solution-wrapper .section_solutions-alt .col .solutions-body .card::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt .col .solutions-body .card::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt .col {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .solution-wrapper .section_solutions-alt .col {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt .col .solutions-body {
    display: flex;
    flex-direction: column;
  }
  .solution-wrapper .section_solutions-alt .col .solutions-body .card {
    width: 85%;
    margin-bottom: 0;
  }
  .solution-wrapper .section_solutions-alt .col .solutions-body .card .card-title {
    padding: 0 15px 0 40px;
  }
  .solution-wrapper .section_solutions-alt .col .solutions-body .card::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.solution-wrapper .section_solutions-alt.isSalesProspecting {
  background-color: #f8f9fa;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .section_head {
  margin-bottom: 35px;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .section_head .section_head-subtitle {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .section_head h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .button {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .button:after {
  right: 11px;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .section_solutions_superheader {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt.isSalesProspecting .section_solutions_superheader {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .solution-wrapper .section_solutions-alt.isSalesProspecting .section_solutions_superheader {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .card .card_desc {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .card .card_title {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .card:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt.isSalesProspecting .card:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .card:nth-child(2) img,
.solution-wrapper .section_solutions-alt.isSalesProspecting .card:first-child img {
  margin-top: 0 !important;
}
.solution-wrapper .section_solutions-alt.isSalesProspecting .card:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-alt.isSalesProspecting .card:last-child .card_desc {
    margin-bottom: 55px;
  }
}
.solution-wrapper .why_us-vendors .wr {
  display: flex;
  flex-direction: column-reverse;
}
.solution-wrapper .why_us-vendors .section_head h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_head h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.solution-wrapper .why_us-vendors .section_head-subtitle {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.solution-wrapper .why_us-vendors .section_head-uppertitle {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_head-upptitle {
    display: none;
  }
}
.solution-wrapper .why_us-vendors .button {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.solution-wrapper .why_us-vendors .button:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .solution-wrapper .why_us-vendors .button:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.solution-wrapper .why_us-vendors .section_body_background .button:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .solution-wrapper .why_us-vendors .section_body_background .button:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.solution-wrapper .why_us-vendors .section_body {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_body {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .solution-wrapper .why_us-vendors .section_body {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .solution-wrapper .why_us-vendors .section_body {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.solution-wrapper .why_us-vendors .section_body .item {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.solution-wrapper .why_us-vendors .section_body .item.no-padding {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_body .item {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .solution-wrapper .why_us-vendors .section_body .item {
    padding: 25px 30px;
  }
  .solution-wrapper .why_us-vendors .section_body .item.no-padding {
    padding: 25px 30px !important;
  }
}
.solution-wrapper .why_us-vendors .section_body .item svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.solution-wrapper .why_us-vendors .section_body .item_btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.solution-wrapper .why_us-vendors .section_body .item_title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.solution-wrapper .why_us-vendors .section_body .item.active {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.solution-wrapper .why_us-vendors .section_body .item.active .item_btn {
  display: block;
}
.solution-wrapper .why_us-vendors .section_body .item.active svg {
  margin-bottom: 13px;
}
.solution-wrapper .why_us-vendors .section_body .item:not(.active) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.solution-wrapper .why_us-vendors .section_body_background {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_body_background {
    padding: 30px 17px;
  }
}
.solution-wrapper .why_us-vendors .section_body_background .vendor_company_popup-wrapper {
  top: 95% !important;
}
@media (max-width: 980px) {
  .solution-wrapper .why_us-vendors .section_body_background .vendor_company_popup-wrapper {
    top: 95% !important;
  }
}
.solution-wrapper .why_us-vendors .section_body_background .section_body {
  margin-bottom: 0;
}
.solution-wrapper .why_us-vendors .section_body_background .section_body .item-container {
  position: relative;
  margin-bottom: 30px;
}
.solution-wrapper .why_us-vendors .section_body_background .section_body .item {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.solution-wrapper .why_us-vendors .section_body_background .section_body .item .item_title {
  min-height: 26px;
}
.solution-wrapper .why_us-vendors .section_body_background .section_body .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.solution-wrapper .why_us-vendors .section_body_background .section_head h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.solution-wrapper .why_us-vendors .section_body_background .section_head-subtitle-second {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.solution-wrapper .why_us-vendors .section_body_background .button {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .solution-wrapper .why_us-vendors .section_body_background .button {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .section_body_background .button:after {
    right: 0;
  }
  .solution-wrapper .why_us-vendors .section_body_background .button:hover:after {
    right: -2px;
  }
}
.solution-wrapper .why_us-vendors .button {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .solution-wrapper .why_us-vendors .button {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .solution-wrapper .why_us-vendors .button:after {
    right: 0;
  }
  .solution-wrapper .why_us-vendors .button:after:hover:after {
    right: -2px;
  }
}
.solution-wrapper .section_infos-alt {
  background: none;
  margin-top: 20px;
}
.solution-wrapper .section_infos-alt .section_infos_block {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos-alt .section_infos_block {
    padding: 0;
  }
  .solution-wrapper .section_infos-alt .section_infos_block:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .solution-wrapper .section_infos-alt .section_infos_block:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .solution-wrapper .section_infos-alt .section_infos_block:nth-child(4) .line {
    margin-bottom: 0 !important;
  }
  .solution-wrapper .section_infos-alt .section_infos_block:last-child {
    background: #fbfbfb;
  }
}
.solution-wrapper .section_infos-alt .section_infos_block:nth-child(3) .line img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line > img {
    max-width: 46%;
  }
}
.solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content p {
    line-height: 27px;
  }
}
.solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content .button {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content .button:after {
  right: 6px;
}
.solution-wrapper .section_infos-alt .section_infos_block .wr > div .line .infos_content .button:hover:after {
  right: 5px;
}
.solution-wrapper .the_pain {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.solution-wrapper .the_pain .section_head .section_head-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.solution-wrapper .the_pain .section_head h2 {
  font-size: 32px;
}
.solution-wrapper .the_pain .wr {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.solution-wrapper .the_pain .section_body {
  display: flex;
  flex-direction: column;
}
.solution-wrapper .the_pain .section_body-content {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .solution-wrapper .the_pain .section_body-content {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .solution-wrapper .the_pain .section_body-content > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.solution-wrapper .the_pain .section_body-content > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .solution-wrapper .the_pain .section_body-content > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .solution-wrapper .the_pain .section_body-content > div {
    padding-right: 20px;
  }
}
.solution-wrapper .the_pain .section_body-content > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.solution-wrapper .the_pain .section_body .section_body-pain {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .solution-wrapper .the_pain .section_body .section_body-pain {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.solution-wrapper .section_solutions-proposals {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.solution-wrapper .section_solutions-proposals .proposal-img-block {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-proposals .wr {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .solution-wrapper .section_solutions-proposals .wr .solutions-content {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .col .card_desc {
    padding: 0;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .proposal-img-block {
    order: 1;
    grid-area: image;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_head {
    order: 2;
    grid-area: title;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .solution-wrapper .section_solutions-proposals .wr .solutions-content {
    margin: 0 !important;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .proposal-img-block {
    margin-bottom: 36px;
    order: 2;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_head {
    order: 1;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .col {
    width: 100%;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .col .card_title {
    font-size: 18px !important;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .col .card_desc {
    font-size: 16px !important;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body {
    margin-bottom: 38px;
    order: 3;
  }
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .button {
    margin: 0 !important;
  }
}
.solution-wrapper .section_solutions-proposals .wr .solutions-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body .solutions-body {
  flex-direction: column;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body .solutions-body {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body .solutions-body {
    width: 100% !important;
  }
}
.solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body .solutions-body .card {
  width: 100% !important;
}
.solution-wrapper .section_solutions-proposals .wr .solutions-content .section_solutions-body .solutions-body .card .card_desc {
  margin-bottom: 0;
}
.solution-wrapper .section_solutions-proposals .wr .solutions-content .section_head {
  margin-bottom: 30px;
}
.solution-wrapper .section_solutions-proposals .wr .section_head .section_head-subtitle,
.solution-wrapper .section_solutions-proposals .wr .section_head h2 {
  font-family: "Inter";
  font-weight: 600;
}
.solution-wrapper .section_solutions-proposals .wr .section_head h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.solution-wrapper .section_solutions-proposals .wr .button {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.solution-wrapper .section_solutions-proposals .wr .button:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-proposals .wr .button {
    margin-bottom: 40px;
  }
}
.solution-wrapper .section_solutions-proposals .wr .button:hover {
  color: #fff;
}
.solution-wrapper .section_solutions-proposals .wr .button:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card::before {
  color: #17d88a;
}
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_desc {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_desc {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_desc {
    min-height: 100px !important;
  }
}
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card-title {
  font-family: "Inter";
  font-weight: 600;
}
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_desc,
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_title {
  color: #fff;
}
@media (max-width: 500px) {
  .solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_img .img_1 {
    max-width: 100%;
  }
  .solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card-img .img_2 {
    max-width: 94% !important;
  }
}
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card:nth-child(2) img,
.solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .solution-wrapper .section_solutions-proposals .wr .section_solutions-body .col .solutions-body .card .card_img img {
    max-width: unset;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting {
  background-color: #f8f9fa;
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .section_head {
  grid-area: header;
  margin-bottom: 45px;
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .button {
  color: #fff;
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .button:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card {
    width: 32% !important;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card_title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card_desc {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card_desc {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card_desc {
    max-width: 94% !important;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:nth-child(2) img,
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:nth-child(2) img,
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child .card_img {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child .card_img {
    margin-top: 5% !important;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child .card_desc {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child img {
    max-width: 100% !important;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child .card_desc {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:first-child img {
    margin-top: 6px;
  }
}
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:nth-child(2) img,
.solution-wrapper .section_solutions-proposals.isSalesProspecting .card:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .solution-wrapper .section_solutions-proposals.isSalesProspecting .card:nth-child(2) img {
    margin-left: 3%;
  }
}
.solution-wrapper .sub {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.solution-wrapper .sub .section__titles {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.solution-wrapper .sub .section__titles > div {
  text-align: left;
}
.solution-wrapper .section__trusted .section__titles {
  margin-left: 5%;
}

.solution-wrapper.isHome .banner.isSalesProspecting .wr {
  margin-top: 100px;
  margin-bottom: 0;
}
.solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    max-width: 544px;
    max-height: 441px;
  }
}
.solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images .banner_images-stack {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images .banner_images-stack img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    width: 544px;
    height: 500px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images .banner_images-stack img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images .banner_images-stack img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 8%;
    top: 100px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 150px;
    top: 160px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 170px;
    top: 190px;
  }
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .solution-wrapper.isHome .banner.isSalesProspecting .wr .banner_images {
    right: 27%;
  }
}
.solution-wrapper.isHome .header__item {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .solution-wrapper.isHome .header__item {
    padding: 0 10px 0 20px !important;
  }
}
.solution-wrapper.isHome .section__trusted {
  padding-top: 0;
}
.solution-wrapper.isHome .section__trusted .section__title {
  z-index: -1;
}

@media (max-width: 767px) {
  .banner.isSalesProspecting {
    margin-bottom: 150px;
  }
}
.banner.isSalesProspecting .banner_images-stack {
  animation-name: flipImage;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.banner.isSalesProspecting .banner_images-stack img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .banner.isSalesProspecting .banner_images-stack img {
    max-width: 100% !important;
  }
}
.banner.isSalesProspecting .banner_images-stack img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.solution-wrapper .isSalesProspecting .button {
  background: #13976c !important;
}

.section_solutions__wrap {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .section_solutions__wrap {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.section_solutions__wrap .section_solutions-body {
  grid-area: content;
}
.section_solutions__wrap .section_solutions-body .col {
  padding: 0 !important;
}
.section_solutions__wrap .section_solutions-body .col .solutions-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section_solutions__wrap .section_solutions-body .col .solutions-body .card {
  width: 60% !important;
}
.section_solutions__wrap .section_solutions-body .col .solutions-body .card::before {
  left: 1%;
}
.section_solutions__wrap .section_solutions-body .col .solutions-body .card .card_desc {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .section_solutions__wrap .section_solutions-body .col .solutions-body .card {
    width: 100% !important;
  }
}
.section_solutions__wrap .button {
  grid-area: button;
}
.section_solutions__wrap img {
  grid-area: img;
}

.section_solutions__wrap.leads {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .section_solutions__wrap.leads {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.section_solutions__wrap.leads .col .solutions-body {
  display: flex;
  flex-direction: column;
}
.section_solutions__wrap.leads .col .solutions-body .card {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .section_solutions__wrap.leads .col .solutions-body .card {
    margin-bottom: 26px !important;
  }
}
.section_solutions__wrap.leads .col .solutions-body .card .card_desc {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .section_solutions__wrap.leads .col .solutions-body .card {
    width: 100% !important;
  }
}

.infos_content.sales {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.infos_content.sales h2 {
  grid-area: title;
}
.infos_content.sales .infos_content-desc {
  grid-area: desc;
}
.infos_content.sales .button {
  grid-area: button;
}
.infos_content.sales .infos_content-images {
  grid-area: image;
}
@media (max-width: 600px) {
  .infos_content.sales {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.vendor_company_popup-wrapper {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .vendor_company_popup-wrapper {
    top: 104%;
    left: -65%;
  }
}
.vendor_company_popup-wrapper .vendor_company_popup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.vendor_company_popup-wrapper .vendor_company_popup .vendor_section_body {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .vendor_company_popup-wrapper .vendor_company_popup .vendor_section_body {
    min-width: 100px;
  }
}
.vendor_company_popup-wrapper .vendor_company_popup .vendor_section_body .vendor_item-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.vendor_company_popup-wrapper .vendor_company_popup .vendor_section_body .vendor_item-img img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.vendor_company_popup-wrapper .vendor_company_popup .vendor_section_body:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .why_us-vendors .item:nth-child(6n) .vendor_company_popup-wrapper,
  .why_us-vendors .item-container:nth-child(6n) .vendor_company_popup-wrapper {
    left: auto;
    right: 0;
  }
  .why_us-vendors .item:nth-child(6n+1) .vendor_company_popup-wrapper,
  .why_us-vendors .item-container:nth-child(6n+1) .vendor_company_popup-wrapper {
    left: 0;
  }
}
@media (max-width: 768px) {
  .why_us-vendors .vendor_company_popup-wrapper {
    left: -24%;
  }
  .why_us-vendors .item:nth-child(3n) .vendor_company_popup-wrapper,
  .why_us-vendors .item-container:nth-child(3n) .vendor_company_popup-wrapper {
    left: auto;
    right: 0;
  }
  .why_us-vendors .item:nth-child(3n+1) .vendor_company_popup-wrapper,
  .why_us-vendors .item-container:nth-child(3n+1) .vendor_company_popup-wrapper {
    left: 0;
  }
}
.why_us-vendors .section_body.plain a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.why_us-vendors .section_body.plain a:hover {
  background: #fff;
}
.why_us-vendors .section_body.plain a:hover svg path::nth-child(1) {
  fill: red;
}

.dynamic-txts,
.dynamic-txts-2 {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .dynamic-txts,
  .dynamic-txts-2 {
    line-height: 56px;
    height: 56px;
  }
  .dynamic-txts span,
  .dynamic-txts-2 span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .dynamic-txts-2 li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .dynamic-txts li:not(:first-child),
  .dynamic-txts-2 li:not(:first-child) {
    display: none;
  }
}
.dynamic-txts li,
.dynamic-txts-2 li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .dynamic-txts li,
  .dynamic-txts-2 li {
    animation: slideText 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .dynamic-txts-2 li span {
    animation: changeOpacity 9s linear infinite;
  }
  .dynamic-txts-2 li:nth-child(3) span,
  .dynamic-txts-2 li:nth-child(4) span {
    animation: changeOpacity2 9s linear infinite;
  }
}
.dynamic-txts li span,
.dynamic-txts-2 li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .dynamic-txts li span:after,
  .dynamic-txts-2 li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .dynamic-txts li span:after {
    animation: typingHeader1 9s steps(22) infinite;
  }
  .dynamic-txts-2 li span:after {
    animation: typingHeader2 9s steps(17) infinite;
  }
  .dynamic-txts li:nth-child(3) span:after {
    animation: typingHeader3 9s steps(17) infinite !important;
  }
  .dynamic-txts-2 li:nth-child(3) span:after {
    animation: typingHeader4 9s steps(30) infinite !important;
  }
  .dynamic-txts li:nth-child(4) span:after {
    animation: typingHeader3 9s steps(17) infinite !important;
  }
  .dynamic-txts-2 li:nth-child(4) span:after {
    animation: typingHeader4 9s steps(30) infinite !important;
  }
}
@keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes changeOpacity2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes typingHeader1 {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes typingHeader2 {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes typingHeader3 {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes typingHeader4 {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes slideText {
  100% {
    top: -224px;
  }
}
@keyframes slideText2 {
  100% {
    top: -160px;
  }
}
@keyframes flipImage {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .section_infos-alt .section_infos_block:first-child .line,
  .section_infos-alt .section_infos_block:last-child .line {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .section_infos-alt .section_infos_block:first-child .line,
  .section_infos-alt .section_infos_block:last-child .line {
    padding-bottom: 50px !important;
  }
}
.section_infos-alt .section_infos_block:first-child .infos_content-images,
.section_infos-alt .section_infos_block:last-child .infos_content-images {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .section_infos-alt .section_infos_block:first-child .infos_content-images,
  .section_infos-alt .section_infos_block:last-child .infos_content-images {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.section_infos-alt .section_infos_block:first-child .infos_content-images img,
.section_infos-alt .section_infos_block:last-child .infos_content-images img {
  margin: 0 auto 1px !important;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container,
.section_infos-alt .section_infos_block:last-child .infos_content-container {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .section_infos-alt .section_infos_block:first-child .infos_content-container,
  .section_infos-alt .section_infos_block:last-child .infos_content-container {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .section_infos-alt .section_infos_block:first-child .infos_content-container,
  .section_infos-alt .section_infos_block:last-child .infos_content-container {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .section_infos-alt .section_infos_block:first-child .infos_content-container,
  .section_infos-alt .section_infos_block:last-child .infos_content-container {
    left: 23%;
    top: -27%;
  }
}
.section_infos-alt .section_infos_block:first-child .flipping,
.section_infos-alt .section_infos_block:last-child .flipping {
  width: 460px;
  height: 340px;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:first-child,
.section_infos-alt .section_infos_block:last-child .infos_content-container:first-child {
  z-index: 3;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:first-child img,
.section_infos-alt .section_infos_block:last-child .infos_content-container:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:nth-child(2),
.section_infos-alt .section_infos_block:last-child .infos_content-container:nth-child(2) {
  z-index: 2;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:nth-child(2) img,
.section_infos-alt .section_infos_block:last-child .infos_content-container:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:last-child,
.section_infos-alt .section_infos_block:last-child .infos_content-container:last-child {
  z-index: 1;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:last-child img,
.section_infos-alt .section_infos_block:last-child .infos_content-container:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.section_infos-alt .section_infos_block:first-child .infos_content-container-animate:first-child,
.section_infos-alt .section_infos_block:last-child .infos_content-container-animate:first-child {
  animation: visibility1 15s forwards ease-in-out alternate;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container-animate:nth-child(2),
.section_infos-alt .section_infos_block:last-child .infos_content-container-animate:nth-child(2) {
  animation: visibility2 15s forwards ease-in-out alternate;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container-animate:last-child,
.section_infos-alt .section_infos_block:last-child .infos_content-container-animate:last-child {
  animation: visibility3 15s forwards ease-in-out alternate;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:first-child .flipping-animation,
.section_infos-alt .section_infos_block:last-child .infos_content-container:first-child .flipping-animation {
  animation: moveImage1 15s forwards ease-in-out alternate;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:nth-child(2) .flipping-animation,
.section_infos-alt .section_infos_block:last-child .infos_content-container:nth-child(2) .flipping-animation {
  transform: translate(0, 20px) scale(1);
  animation: moveImage2 15s forwards ease-in-out alternate;
}
.section_infos-alt .section_infos_block:first-child .infos_content-container:last-child .flipping-animation,
.section_infos-alt .section_infos_block:last-child .infos_content-container:last-child .flipping-animation {
  transform: translate(0, 0) scale(0.95);
  animation: moveImage3 15s forwards ease-in-out alternate;
}

.section_infos .section_infos_block:last-child .infos_content-container:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.section_infos .section_infos_block:last-child .infos_content-container:nth-child(2) .flipping-animation {
  animation: moveImage4 15s forwards ease-in-out alternate !important;
}

.section_infos .section_infos_block .infos_content-images img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .section_infos .section_infos_block .infos_content-images img {
    width: 94% !important;
  }
}

.dynamic-txts.isVendor span,
.dynamic-txts-2.isVendor span {
  color: #d42d60 !important;
}

.section_solutions-alt.isVendor .solutions-body,
.section_solutions-proposals.isVendor .solutions-body {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.section_solutions-alt.isVendor .solutions-body .card,
.section_solutions-proposals.isVendor .solutions-body .card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.section_solutions-alt.isVendor .solutions-body .card .card_desc,
.section_solutions-proposals.isVendor .solutions-body .card .card_desc {
  padding: 0 !important;
}
.section_solutions-alt.isVendor .solutions-body .card .card_img,
.section_solutions-proposals.isVendor .solutions-body .card .card_img {
  margin-top: 0 !important;
}
.section_solutions-alt.isVendor .solutions-body .card::before,
.section_solutions-proposals.isVendor .solutions-body .card::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .solutions-body,
  .section_solutions-proposals.isVendor .solutions-body {
    flex-direction: column !important;
  }
  .section_solutions-alt.isVendor .solutions-body .card .card_img,
  .section_solutions-proposals.isVendor .solutions-body .card .card_img {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .solutions-body .card,
  .section_solutions-proposals.isVendor .solutions-body .card {
    width: 100% !important;
  }
}
.section_solutions-alt.isVendor .col,
.section_solutions-proposals.isVendor .col {
  width: 100% !important;
  padding: 0 !important;
}
.section_solutions-alt.isVendor .button,
.section_solutions-proposals.isVendor .button {
  margin-top: 56px;
}

.section_solutions-alt.isVendor .section_solutions-body .card .card_desc {
  margin-bottom: 30px;
}
.section_solutions-alt.isVendor .section_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_solutions-alt.isVendor .section_head h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .section_head h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.section_solutions-alt.isVendor .section_head .section_head-text {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.section_solutions-alt.isVendor .section_head .section_head-text span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.section_solutions-alt.isVendor .section_head .button {
  order: 4;
  margin: 0;
}
.section_solutions-alt.isVendor .section_head .section_head-title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .section_head .section_head-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.section_solutions-alt.isVendor .section_head .section_head-subtitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.section_solutions-alt.isVendor .section_head .promo-video {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .section_head {
    align-items: initial !important;
  }
  .section_solutions-alt.isVendor .section_head .section_head-subtitle {
    order: 1;
    text-align: left !important;
  }
  .section_solutions-alt.isVendor .section_head .section_head-title {
    order: 2;
    text-align: left !important;
  }
  .section_solutions-alt.isVendor .section_head .promo-video {
    order: 3;
  }
  .section_solutions-alt.isVendor .section_head .section_head-text {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .section_solutions-alt.isVendor .section_head .section_head-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .section_solutions-alt.isVendor .section_head .button {
    order: 5;
  }
  .section_solutions-alt.isVendor .section_head h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .section_solutions-proposals.isVendor .section_solutions-body .card .card_desc {
    margin-bottom: 30px;
  }
}
.section_solutions-proposals.isVendor .section_solutions-body .card::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .section_solutions-proposals.isVendor .section_solutions-body .card::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.section_solutions-proposals.isVendor .section_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_solutions-proposals.isVendor .section_head h2 {
  align-self: flex-start;
  order: 6;
}
.section_solutions-proposals.isVendor .section_head .section_head-text {
  text-align: center;
  order: 3;
}
.section_solutions-proposals.isVendor .section_head .section_head-text span {
  font-weight: 700;
  color: #404f5e;
}
.section_solutions-proposals.isVendor .section_head .button {
  order: 4;
}
.section_solutions-proposals.isVendor .section_head .section_head-title {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.section_solutions-proposals.isVendor .section_head .section_head-subtitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.section_solutions-proposals.isVendor .section_head .promo-video {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .section_solutions-proposals.isVendor .section_head {
    align-items: initial !important;
  }
  .section_solutions-proposals.isVendor .section_head .section_head-subtitle {
    order: 1;
    text-align: left !important;
  }
  .section_solutions-proposals.isVendor .section_head .section_head-title {
    order: 2;
    text-align: left !important;
  }
  .section_solutions-proposals.isVendor .section_head .promo-video {
    order: 3;
  }
  .section_solutions-proposals.isVendor .section_head .section_head-text {
    order: 4;
    text-align: left !important;
  }
  .section_solutions-proposals.isVendor .section_head .button {
    order: 5;
  }
  .section_solutions-proposals.isVendor .section_head h2 {
    order: 6;
    margin-top: 80px;
  }
}

.section_infos-alt.isVendor .infos_content.isVendor {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .section_infos-alt.isVendor .infos_content.isVendor {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.section_infos-alt.isVendor .infos_content.isVendor h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.section_infos-alt.isVendor .infos_content.isVendor img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .section_infos-alt.isVendor .infos_content.isVendor img {
    margin-top: 40px !important;
  }
}
.section_infos-alt.isVendor .infos_content.isVendor .infos_content-desc {
  grid-area: desc !important;
}
.section_infos-alt.isVendor .infos_content.isVendor a {
  grid-area: button !important;
}
.section_infos-alt.isVendor .infos_content.isVendor .button {
  width: 120px !important;
}
.section_infos-alt.isVendor .section_infos_block:nth-child(even) .infos_content.isVendor {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .section_infos-alt.isVendor .section_infos_block:nth-child(even) .infos_content.isVendor {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.section_infos-alt.isVendor .section_infos_block:nth-child(even) .infos_content.isVendor img {
  justify-self: flex-start;
}
.section_infos-alt.isVendor .section_infos_block:nth-child(odd) .infos_content.isVendor img {
  justify-self: flex-end;
}
.section_infos-alt.isVendor .section_infos_block:nth-child(1) .infos_content.isVendor img {
  width: 100% !important;
}
.section_infos-alt.isVendor .section_infos_block:nth-child(3) .infos_content.isVendor img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .section_infos-alt.isVendor .section_infos_block:nth-child(4) .infos_content.isVendor img {
    margin-left: -50px;
  }
}
.section_infos-alt.isVendor .section_infos_block:nth-child(5) .infos_content.isVendor img {
  width: initial !important;
}

@media (max-width: 600px) {
  .banner.isVendor {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .banner.isVendor {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .banner.isVendor {
    padding-bottom: 210px !important;
  }
}
.banner.isVendor .banner-title-sm span {
  color: #d42d60;
}

.isVendor .section_head h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .isVendor .section_head h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.isVendor .bannerBtns .button {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .isVendor .bannerBtns .button {
    width: auto !important;
  }
  .isVendor .bannerBtns .button:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .isVendor .bannerBtns .button:nth-child(2) {
    padding: 11px 38px !important;
  }
  .isVendor .bannerBtns .button::after {
    position: static;
  }
}
.isVendor .bannerBtns .button::after {
  right: 20px;
  transition: 0.5s;
}
.isVendor .bannerBtns .button:hover::after {
  right: 17px;
}
.isVendor .button {
  color: #fff !important;
  background: #d42d60 !important;
}

.the_pain.isVendor .section_head-subtitle {
  color: #d42d60;
}
.the_pain.isVendor .section_body-content div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .the_pain.isVendor .section_body-content div {
    font-size: 16px;
  }
}
.the_pain.isVendor .section_body-content div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .the_pain.isVendor .section_body-content div span {
    color: #d42d60 !important;
  }
}

@keyframes visibility1 {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes visibility2 {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes visibility3 {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes moveImage4 {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes moveImage1 {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes moveImage2 {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes moveImage3 {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.customer-reviews__slider {
  overflow: hidden;
  margin-top: 41px !important;
}
@media (max-width: 600px) {
  .customer-reviews__slider {
    width: calc(100% + 16px);
  }
}
.customer-reviews__slider-wrapper {
  position: relative;
}
.customer-reviews__slider .slick-list {
  margin: 0 -12px;
  cursor: grab;
}
.customer-reviews__slider .slick-list:active {
  cursor: grabbing;
}
@media (max-width: 600px) {
  .customer-reviews__slider .slick-list {
    margin: 0 24px;
  }
}
.customer-reviews__slider .slick-slide {
  height: auto;
  margin: 0 12px;
  transition: all 1s linear;
}
@media (max-width: 600px) {
  .customer-reviews__slider .slick-slide {
    margin: 0 4px;
  }
  .customer-reviews__slider .slick-slide:not(.slick-current) {
    transform: scale(0.9);
  }
}
.customer-reviews__slider .slick-slide > div {
  height: 100%;
}
.customer-reviews__slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.customer-reviews__slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
@media (max-width: 600px) {
  .customer-reviews__slider .slick-dots {
    gap: 9px;
  }
}
.customer-reviews__slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #969696;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .customer-reviews__slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
}
.customer-reviews__slider .slick-dots li.slick-active {
  background-color: white;
}
.customer-reviews__slider .slick-dots li div {
  width: 100%;
  height: 100%;
}

.customer-reviews__review {
  height: 100%;
  display: flex !important;
  align-items: baseline;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 18px 25px 22px !important;
  border: 1px solid #DEDFE8;
}
.customer-reviews__review_logo {
  height: 31.4px;
}
.customer-reviews__review_title {
  margin-top: 18px !important;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #1C023D;
}
.customer-reviews__review_description {
  margin-top: 12px !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #404F5E;
  flex-grow: 1;
}
.customer-reviews__review_author {
  margin-top: 12px !important;
  font-family: "Roboto", sans-serif;
  color: #1C023D;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.customer-reviews__review_position {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1C023D;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/landings/customerReviews/customerReviews.module.sass ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.customerReviews_solution-wrapper__BYiWY .customerReviews_btn__8TjKZ {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_btn-white__TBW2B {
  background: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_btn-white__TBW2B:hover {
  text-decoration: underline;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_btn-blue__rq1ap {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_btn-blue__rq1ap:hover {
  background: #008FD0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_button___z_2J {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_button___z_2J:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_button___z_2J:hover:after {
  right: 7px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_wr__sHukS {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head__UBdwi {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_head__UBdwi {
    margin-bottom: 40px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head-subtitle__g9Mq_ {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head-subtitle-second__wmE8D {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head-text__cD6OZ {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_head-text__cD6OZ {
    max-width: 650px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head-text__cD6OZ span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_head__UBdwi h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z {
    padding: 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb:first-child {
  padding-top: 150px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb:nth-child(3) .customerReviews_line__cjtdh img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS {
  width: 1175px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_button___z_2J {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_button___z_2J:after {
  height: 10px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div:last-child {
  margin-bottom: 0 !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm {
    order: 2;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh img {
    order: 1;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh picture {
    margin: 0 auto 27px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh img {
    max-width: 100%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh h2 {
    position: absolute;
    top: -10%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_infos_block__eXzRb:first-child img {
  max-width: 434px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J::after {
  margin: 0;
  right: 10px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos__bEq_z.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J:hover::after {
  right: 8px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff {
    padding-bottom: 50px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_section_head__UBdwi {
  margin-bottom: 30px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_section_head__UBdwi h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_section_head-subtitle__g9Mq_ {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS {
  width: 980px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v:after {
    right: -2px;
    top: 10px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v:last-child {
  margin-bottom: 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item_title__72YqI {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v .customerReviews_item_body__n_Idj,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v .customerReviews_item_body__n_Idj span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v.customerReviews_item-active__mdj1x {
  transition: 0.5s ease-in-out;
  height: auto;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v.customerReviews_item-active__mdj1x .customerReviews_item_body__n_Idj,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_question__xT_ff .customerReviews_wr__sHukS .customerReviews_item__PG33v.customerReviews_item-active__mdj1x .customerReviews_item_body__n_Idj span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_wr__sHukS {
    margin: 50px auto 200px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_banner_search-bar__l9xOo {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_banner_search-bar__l9xOo {
    margin: -15px 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D {
    flex-direction: column;
    align-items: center;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J:hover {
  padding-right: 16px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J:last-child {
  background: #8a90a5 !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_banner_login___8qZj {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_banner_login___8qZj {
    margin-top: 26px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_banner_login-link__79UpI {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd .customerReviews_bannerBtns__sTc_D .customerReviews_banner_login-link__79UpI:hover {
  text-decoration: underline;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
  background-position: 55%;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner-title-sm__cE1U6 {
  width: 85%;
}
@media (min-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner-title-sm__cE1U6 {
    display: none;
  }
}
@media (max-width: 979px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner-title-lg__JXKh3 {
    display: none;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS h1,
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS h1,
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 h1 div {
    width: 120%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS h1 span,
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS p {
    width: 81%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_button___z_2J {
  width: 190px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 h1 {
    max-width: 90%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_wr__sHukS {
    margin: 400px auto 300px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_animation-wrapper__TeQ_t {
  display: inline-flex;
  margin-top: 1px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_animation-wrapper__TeQ_t .customerReviews_dynamic-txts__4ar7u {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0.customerReviews_without-sponsoredBanner__88iiJ {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0.customerReviews_without-sponsoredBanner__88iiJ .customerReviews_wr__sHukS {
    margin: 300px auto;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP p {
    max-width: 470px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__prompt-wrapper__I_X5P {
  top: 87% !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_bottom__ODHaG {
  display: flex;
  flex-direction: column-reverse;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_home-form-image__9IiVt {
  display: none !important;
}
@media (min-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 {
    margin-top: 5px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX {
  display: flex;
  align-items: center;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX .customerReviews_header__item-btn__Q2kAX.customerReviews_btn-1__dOPLY {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX > div {
    margin-left: 5px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_header__items__WPuh9 .customerReviews_header__item-content__oy8Y3 .customerReviews_header__item__h9MRX > div:first-of-type {
    margin-left: 10px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    max-width: 544px;
    max-height: 441px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    width: 544px;
    height: 500px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    right: 8%;
    top: 30px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images__BMxNp {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_withChildren__fFRom {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_without-sponsoredBanner__88iiJ {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
    position: relative;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    max-width: 88%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    left: -5%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
    position: absolute;
    right: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
    left: -10%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
    position: relative;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp {
    right: -20%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img:first-child {
    left: -14%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP {
    padding: 70px 0 80px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 .customerReviews_wr__sHukS {
    width: 100%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 .customerReviews_wr__sHukS .customerReviews_col__axZ1M {
    width: 100%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 .customerReviews_section_head-subtitle__g9Mq_ {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 {
    position: relative;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__wrapp__d2DT9 .customerReviews_wr__sHukS {
    margin: 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_head__UBdwi {
  grid-area: header;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_wr__sHukS {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V {
    max-width: 500px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V {
    max-width: 350px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_section_solutions__img__alf6V {
    position: absolute;
    bottom: 3%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju {
    flex-wrap: wrap;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M {
    width: 100%;
    margin-bottom: 30px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M:last-child {
    margin-bottom: 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-title__vW4sI {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-title__vW4sI {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-title__vW4sI {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-title__vW4sI {
    display: block;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU:last-child {
  margin-bottom: 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU:first-child .customerReviews_card-img__f_4MH {
    margin-left: 0 !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_title__OTfps {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_title__OTfps span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M:nth-child(2) .customerReviews_solutions-title__vW4sI {
  color: #008FD0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M:nth-child(2) .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M:nth-child(2) .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL {
    display: flex;
    justify-content: space-between;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    width: 85%;
    margin-bottom: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card-title__b64_W {
    padding: 0 15px 0 40px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions__ES2eP .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt {
    padding: 75px 0 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_button___z_2J {
  display: none;
}
@media (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_button___z_2J {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_head__UBdwi {
  margin-bottom: 45px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_head-subtitle__g9Mq_ {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq {
    display: block;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v img,
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v .customerReviews_item_title__72YqI {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us__CsdGt .customerReviews_section_body__Tfioq .customerReviews_item__PG33v .customerReviews_item_body__n_Idj {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B {
  margin: 80px 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_title__ui0zZ {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_section_needHelp-text__AFlRR {
  display: flex;
  justify-content: space-between;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz p {
    line-height: unset;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs {
    flex-direction: column;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button___z_2J {
  height: initial;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI {
    font-size: 13px;
    width: 190px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI:hover {
  padding-right: 12px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz {
    padding: 30px 20px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_section_needHelp-text__AFlRR {
    flex-direction: column;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_section_needHelp-text__AFlRR p {
    text-align: left;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_section_needHelp-text__AFlRR .customerReviews_needHelpBtns__k6AFs {
    margin-top: 15px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_needHelp__GYf2B .customerReviews_section_needHelp-background__Sc_oz .customerReviews_section_needHelp-text__AFlRR .customerReviews_needHelpBtns__k6AFs .customerReviews_button-help__gcKnI {
    width: 100%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK {
    padding: 75px 0 80px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK .customerReviews_button___z_2J {
  display: none;
}
@media (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK .customerReviews_button___z_2J {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK .customerReviews_section_head__UBdwi h2 {
  color: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile__v1nRK .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU:last-child {
    margin-bottom: 0;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card__LCBBU p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_profile-cards__PGnBn .customerReviews_card-title__b64_W {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_promo-video__r_HO8 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_promo-video__r_HO8 iframe {
    height: 450px;
    width: 800px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_section_head__UBdwi {
  margin-bottom: 35px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_section_head__UBdwi h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_solutions-title__vW4sI {
  color: #008FD0;
  display: none;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_card_title__OTfps span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_card__LCBBU:last-child img,
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_card__LCBBU:first-child img {
    margin-top: 15px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_button___z_2J {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_button___z_2J:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-title__vW4sI {
  color: #008FD0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  text-align: left;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_title__OTfps {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL {
    display: flex;
    flex-direction: column;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    width: 85%;
    margin-bottom: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card-title__b64_W {
    padding: 0 15px 0 40px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP {
  background-color: #f8f9fa;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_head__UBdwi {
  margin-bottom: 35px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_head__UBdwi h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J:after {
  right: 11px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_solutions_superheader__C30Ca {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_solutions_superheader__C30Ca {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_solutions_superheader__C30Ca {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU .customerReviews_card_title__OTfps {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(2) img,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child img {
  margin-top: 0 !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-alt__H_NXb.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:last-child .customerReviews_card_desc__xpMsK {
    margin-bottom: 55px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_wr__sHukS {
  display: flex;
  flex-direction: column-reverse;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_head__UBdwi h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_head__UBdwi h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_head-subtitle__g9Mq_ {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_head-uppertitle__q_Yxa {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_head-upptitle__K2I48 {
    display: none;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v.customerReviews_no-padding__1z3V2 {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
    padding: 25px 30px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v.customerReviews_no-padding__1z3V2 {
    padding: 25px 30px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item_btn__QLUUl {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item_title__72YqI {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v.customerReviews_active__T52xj {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v.customerReviews_active__T52xj .customerReviews_item_btn__QLUUl {
  display: block;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v.customerReviews_active__T52xj svg {
  margin-bottom: 13px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq .customerReviews_item__PG33v:not(.customerReviews_active__T52xj) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe {
    padding: 30px 17px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_vendor_company_popup-wrapper__eMHCt {
  top: 95% !important;
}
@media (max-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_vendor_company_popup-wrapper__eMHCt {
    top: 95% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_body__Tfioq {
  margin-bottom: 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_body__Tfioq .customerReviews_item-container__dpQnK {
  position: relative;
  margin-bottom: 30px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_body__Tfioq .customerReviews_item__PG33v {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_body__Tfioq .customerReviews_item__PG33v .customerReviews_item_title__72YqI {
  min-height: 26px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_body__Tfioq .customerReviews_item__PG33v:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_head__UBdwi h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_section_head-subtitle-second__wmE8D {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J:after {
    right: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body_background__H59Pe .customerReviews_button___z_2J:hover:after {
    right: -2px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J:after {
    right: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_why_us-vendors__Iy4RX .customerReviews_button___z_2J:after:hover:after {
    right: -2px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC {
  background: none;
  margin-top: 20px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb {
    padding: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:nth-child(4) .customerReviews_line__cjtdh {
    margin-bottom: 0 !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child {
    background: #fbfbfb;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:nth-child(3) .customerReviews_line__cjtdh img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh > img {
    max-width: 46%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm p {
    line-height: 27px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm .customerReviews_button___z_2J {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm .customerReviews_button___z_2J:after {
  right: 6px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb .customerReviews_wr__sHukS > div .customerReviews_line__cjtdh .customerReviews_infos_content__yFHqm .customerReviews_button___z_2J:hover:after {
  right: 5px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_head__UBdwi h2 {
  font-size: 32px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_wr__sHukS {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body__Tfioq {
  display: flex;
  flex-direction: column;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf > div {
    padding-right: 20px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body-content__lKOOf > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body__Tfioq .customerReviews_section_body-pain__JAm5O {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_the_pain__OESlq .customerReviews_section_body__Tfioq .customerReviews_section_body-pain__JAm5O {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_proposal-img-block__8sft1 {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_col__axZ1M .customerReviews_card_desc__xpMsK {
    padding: 0;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_proposal-img-block__8sft1 {
    order: 1;
    grid-area: image;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_head__UBdwi {
    order: 2;
    grid-area: title;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 {
    margin: 0 !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_proposal-img-block__8sft1 {
    margin-bottom: 36px;
    order: 2;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_head__UBdwi {
    order: 1;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_col__axZ1M {
    width: 100%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_col__axZ1M .customerReviews_card_title__OTfps {
    font-size: 18px !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_col__axZ1M .customerReviews_card_desc__xpMsK {
    font-size: 16px !important;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju {
    margin-bottom: 38px;
    order: 3;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_button___z_2J {
    margin: 0 !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju .customerReviews_solutions-body__FDTnL {
  flex-direction: column;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju .customerReviews_solutions-body__FDTnL {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju .customerReviews_solutions-body__FDTnL {
    width: 100% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  width: 100% !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_solutions-body__oD_Ju .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  margin-bottom: 0;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_solutions-content__2B_h6 .customerReviews_section_head__UBdwi {
  margin-bottom: 30px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_head__UBdwi h2 {
  font-family: "Inter";
  font-weight: 600;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_head__UBdwi h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_button___z_2J {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_button___z_2J:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_button___z_2J {
    margin-bottom: 40px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_button___z_2J:hover {
  color: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_button___z_2J:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  color: #17d88a;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
    min-height: 100px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card-title__b64_W {
  font-family: "Inter";
  font-weight: 600;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_title__OTfps {
  color: #fff;
}
@media (max-width: 500px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS .customerReviews_img_1__5OXzA {
    max-width: 100%;
  }
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card-img__f_4MH .customerReviews_img_2__k2YtS {
    max-width: 94% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card__LCBBU:nth-child(2) img,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card__LCBBU:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk .customerReviews_wr__sHukS .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS img {
    max-width: unset;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP {
  background-color: #f8f9fa;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_section_head__UBdwi {
  grid-area: header;
  margin-bottom: 45px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J {
  color: #fff;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU {
    width: 32% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card_title__OTfps {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card_desc__xpMsK {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card_desc__xpMsK {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card_desc__xpMsK {
    max-width: 94% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(2) img,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(2) img,
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child .customerReviews_card_img__H0gaS {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child .customerReviews_card_img__H0gaS {
    margin-top: 5% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child .customerReviews_card_desc__xpMsK {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child img {
    max-width: 100% !important;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child .customerReviews_card_desc__xpMsK {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:first-child img {
    margin-top: 6px;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(2) img,
.customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isSalesProspecting__O5vVP .customerReviews_card__LCBBU:nth-child(2) img {
    margin-left: 3%;
  }
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_sub__Q_oqg {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_sub__Q_oqg .customerReviews_section__titles__JkkhW {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_sub__Q_oqg .customerReviews_section__titles__JkkhW > div {
  text-align: left;
}
.customerReviews_solution-wrapper__BYiWY .customerReviews_section__trusted__UjZBp .customerReviews_section__titles__JkkhW {
  margin-left: 5%;
}

.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS {
  margin-top: 100px;
  margin-bottom: 0;
}
.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    max-width: 544px;
    max-height: 441px;
  }
}
.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    width: 544px;
    height: 500px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp .customerReviews_banner_images-stack__ouNkx img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 8%;
    top: 100px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 150px;
    top: 160px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 170px;
    top: 190px;
  }
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_wr__sHukS .customerReviews_banner_images__BMxNp {
    right: 27%;
  }
}
.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_header__item__h9MRX {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_header__item__h9MRX {
    padding: 0 10px 0 20px !important;
  }
}
.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_section__trusted__UjZBp {
  padding-top: 0;
}
.customerReviews_solution-wrapper__BYiWY.customerReviews_isHome__Ep3iL .customerReviews_section__trusted__UjZBp .customerReviews_section__title___21fo {
  z-index: -1;
}

@media (max-width: 767px) {
  .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP {
    margin-bottom: 150px;
  }
}
.customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images-stack__ouNkx {
  animation-name: customerReviews_flipImage__612Rx;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images-stack__ouNkx img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images-stack__ouNkx img {
    max-width: 100% !important;
  }
}
.customerReviews_banner__9spqd.customerReviews_isSalesProspecting__O5vVP .customerReviews_banner_images-stack__ouNkx img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.customerReviews_solution-wrapper__BYiWY .customerReviews_isSalesProspecting__O5vVP .customerReviews_button___z_2J {
  background: #13976c !important;
}

.customerReviews_section_solutions__wrap__MJ5_v {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions__wrap__MJ5_v {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju {
  grid-area: content;
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M {
  padding: 0 !important;
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  width: 60% !important;
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  left: 1%;
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions__wrap__MJ5_v .customerReviews_section_solutions-body__oD_Ju .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    width: 100% !important;
  }
}
.customerReviews_section_solutions__wrap__MJ5_v .customerReviews_button___z_2J {
  grid-area: button;
}
.customerReviews_section_solutions__wrap__MJ5_v img {
  grid-area: img;
}

.customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL {
  display: flex;
  flex-direction: column;
}
.customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    margin-bottom: 26px !important;
  }
}
.customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions__wrap__MJ5_v.customerReviews_leads__8sbmr .customerReviews_col__axZ1M .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    width: 100% !important;
  }
}

.customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM h2 {
  grid-area: title;
}
.customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM .customerReviews_infos_content-desc__LbKEW {
  grid-area: desc;
}
.customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM .customerReviews_button___z_2J {
  grid-area: button;
}
.customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM .customerReviews_infos_content-images__n_6B4 {
  grid-area: image;
}
@media (max-width: 600px) {
  .customerReviews_infos_content__yFHqm.customerReviews_sales__Z9BHM {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.customerReviews_vendor_company_popup-wrapper__eMHCt {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .customerReviews_vendor_company_popup-wrapper__eMHCt {
    top: 104%;
    left: -65%;
  }
}
.customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 .customerReviews_vendor_section_body__7j20T {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 .customerReviews_vendor_section_body__7j20T {
    min-width: 100px;
  }
}
.customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 .customerReviews_vendor_section_body__7j20T .customerReviews_vendor_item-title__iR4OO {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 .customerReviews_vendor_section_body__7j20T .customerReviews_vendor_item-img__gsvMy img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.customerReviews_vendor_company_popup-wrapper__eMHCt .customerReviews_vendor_company_popup__DjV31 .customerReviews_vendor_section_body__7j20T:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item__PG33v:nth-child(6n) .customerReviews_vendor_company_popup-wrapper__eMHCt,
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item-container__dpQnK:nth-child(6n) .customerReviews_vendor_company_popup-wrapper__eMHCt {
    left: auto;
    right: 0;
  }
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item__PG33v:nth-child(6n+1) .customerReviews_vendor_company_popup-wrapper__eMHCt,
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item-container__dpQnK:nth-child(6n+1) .customerReviews_vendor_company_popup-wrapper__eMHCt {
    left: 0;
  }
}
@media (max-width: 768px) {
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_vendor_company_popup-wrapper__eMHCt {
    left: -24%;
  }
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item__PG33v:nth-child(3n) .customerReviews_vendor_company_popup-wrapper__eMHCt,
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item-container__dpQnK:nth-child(3n) .customerReviews_vendor_company_popup-wrapper__eMHCt {
    left: auto;
    right: 0;
  }
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item__PG33v:nth-child(3n+1) .customerReviews_vendor_company_popup-wrapper__eMHCt,
  .customerReviews_why_us-vendors__Iy4RX .customerReviews_item-container__dpQnK:nth-child(3n+1) .customerReviews_vendor_company_popup-wrapper__eMHCt {
    left: 0;
  }
}
.customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq.customerReviews_plain__5y4o4 a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq.customerReviews_plain__5y4o4 a:hover {
  background: #fff;
}
.customerReviews_why_us-vendors__Iy4RX .customerReviews_section_body__Tfioq.customerReviews_plain__5y4o4 a:hover svg path::nth-child(1) {
  fill: red;
}

.customerReviews_dynamic-txts__4ar7u,
.customerReviews_dynamic-txts-2__p2c0a {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .customerReviews_dynamic-txts__4ar7u,
  .customerReviews_dynamic-txts-2__p2c0a {
    line-height: 56px;
    height: 56px;
  }
  .customerReviews_dynamic-txts__4ar7u span,
  .customerReviews_dynamic-txts-2__p2c0a span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .customerReviews_dynamic-txts-2__p2c0a li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .customerReviews_dynamic-txts__4ar7u li:not(:first-child),
  .customerReviews_dynamic-txts-2__p2c0a li:not(:first-child) {
    display: none;
  }
}
.customerReviews_dynamic-txts__4ar7u li,
.customerReviews_dynamic-txts-2__p2c0a li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .customerReviews_dynamic-txts__4ar7u li,
  .customerReviews_dynamic-txts-2__p2c0a li {
    animation: customerReviews_slideText__LpA4E 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .customerReviews_dynamic-txts-2__p2c0a li span {
    animation: customerReviews_changeOpacity__QEyi8 9s linear infinite;
  }
  .customerReviews_dynamic-txts-2__p2c0a li:nth-child(3) span,
  .customerReviews_dynamic-txts-2__p2c0a li:nth-child(4) span {
    animation: customerReviews_changeOpacity2__IOP7H 9s linear infinite;
  }
}
.customerReviews_dynamic-txts__4ar7u li span,
.customerReviews_dynamic-txts-2__p2c0a li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .customerReviews_dynamic-txts__4ar7u li span:after,
  .customerReviews_dynamic-txts-2__p2c0a li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .customerReviews_dynamic-txts__4ar7u li span:after {
    animation: customerReviews_typingHeader1__ZbO7s 9s steps(22) infinite;
  }
  .customerReviews_dynamic-txts-2__p2c0a li span:after {
    animation: customerReviews_typingHeader2__gOipi 9s steps(17) infinite;
  }
  .customerReviews_dynamic-txts__4ar7u li:nth-child(3) span:after {
    animation: customerReviews_typingHeader3__KM7rL 9s steps(17) infinite !important;
  }
  .customerReviews_dynamic-txts-2__p2c0a li:nth-child(3) span:after {
    animation: customerReviews_typingHeader4__qHsIH 9s steps(30) infinite !important;
  }
  .customerReviews_dynamic-txts__4ar7u li:nth-child(4) span:after {
    animation: customerReviews_typingHeader3__KM7rL 9s steps(17) infinite !important;
  }
  .customerReviews_dynamic-txts-2__p2c0a li:nth-child(4) span:after {
    animation: customerReviews_typingHeader4__qHsIH 9s steps(30) infinite !important;
  }
}
@keyframes customerReviews_changeOpacity__QEyi8 {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes customerReviews_changeOpacity2__IOP7H {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes customerReviews_typingHeader1__ZbO7s {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes customerReviews_typingHeader2__gOipi {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes customerReviews_typingHeader3__KM7rL {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes customerReviews_typingHeader4__qHsIH {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes customerReviews_slideText__LpA4E {
  100% {
    top: -224px;
  }
}
@keyframes customerReviews_slideText2__oLdbF {
  100% {
    top: -160px;
  }
}
@keyframes customerReviews_flipImage__612Rx {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_line__cjtdh,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_line__cjtdh {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_line__cjtdh,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_line__cjtdh {
    padding-bottom: 50px !important;
  }
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-images__n_6B4,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-images__n_6B4 {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-images__n_6B4,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-images__n_6B4 {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-images__n_6B4 img,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-images__n_6B4 img {
  margin: 0 auto 1px !important;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD,
  .customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD {
    left: 23%;
    top: -27%;
  }
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_flipping__4TIqr,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_flipping__4TIqr {
  width: 460px;
  height: 340px;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:first-child,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:first-child {
  z-index: 3;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:first-child img,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:nth-child(2),
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:nth-child(2) {
  z-index: 2;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:nth-child(2) img,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:last-child,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:last-child {
  z-index: 1;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:last-child img,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container-animate__9_CZD:first-child,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container-animate__9_CZD:first-child {
  animation: customerReviews_visibility1__ZUzCA 15s forwards ease-in-out alternate;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container-animate__9_CZD:nth-child(2),
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container-animate__9_CZD:nth-child(2) {
  animation: customerReviews_visibility2__8l5W3 15s forwards ease-in-out alternate;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container-animate__9_CZD:last-child,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container-animate__9_CZD:last-child {
  animation: customerReviews_visibility3__8dqPc 15s forwards ease-in-out alternate;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:first-child .customerReviews_flipping-animation__p7fEB,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:first-child .customerReviews_flipping-animation__p7fEB {
  animation: customerReviews_moveImage1__5oSsY 15s forwards ease-in-out alternate;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:nth-child(2) .customerReviews_flipping-animation__p7fEB,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:nth-child(2) .customerReviews_flipping-animation__p7fEB {
  transform: translate(0, 20px) scale(1);
  animation: customerReviews_moveImage2__lTzs4 15s forwards ease-in-out alternate;
}
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:first-child .customerReviews_infos_content-container__aoQaD:last-child .customerReviews_flipping-animation__p7fEB,
.customerReviews_section_infos-alt__tBgmC .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:last-child .customerReviews_flipping-animation__p7fEB {
  transform: translate(0, 0) scale(0.95);
  animation: customerReviews_moveImage3__T9EF3 15s forwards ease-in-out alternate;
}

.customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb:last-child .customerReviews_infos_content-container__aoQaD:nth-child(2) .customerReviews_flipping-animation__p7fEB {
  animation: customerReviews_moveImage4__Y0koP 15s forwards ease-in-out alternate !important;
}

.customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb .customerReviews_infos_content-images__n_6B4 img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .customerReviews_section_infos__bEq_z .customerReviews_section_infos_block__eXzRb .customerReviews_infos_content-images__n_6B4 img {
    width: 94% !important;
  }
}

.customerReviews_dynamic-txts__4ar7u.customerReviews_isVendor__oQXD0 span,
.customerReviews_dynamic-txts-2__p2c0a.customerReviews_isVendor__oQXD0 span {
  color: #d42d60 !important;
}

.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  padding: 0 !important;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS {
  margin-top: 0 !important;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL,
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL {
    flex-direction: column !important;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS,
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU .customerReviews_card_img__H0gaS {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU,
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_solutions-body__FDTnL .customerReviews_card__LCBBU {
    width: 100% !important;
  }
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_col__axZ1M,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_col__axZ1M {
  width: 100% !important;
  padding: 0 !important;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_button___z_2J,
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_button___z_2J {
  margin-top: 56px;
}

.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_solutions-body__oD_Ju .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
  margin-bottom: 30px;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_button___z_2J {
  order: 4;
  margin: 0;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-title__LO1Dj {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-title__LO1Dj {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_promo-video__r_HO8 {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi {
    align-items: initial !important;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
    order: 1;
    text-align: left !important;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-title__LO1Dj {
    order: 2;
    text-align: left !important;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_promo-video__r_HO8 {
    order: 3;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_button___z_2J {
    order: 5;
  }
  .customerReviews_section_solutions-alt__H_NXb.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_solutions-body__oD_Ju .customerReviews_card__LCBBU .customerReviews_card_desc__xpMsK {
    margin-bottom: 30px;
  }
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_solutions-body__oD_Ju .customerReviews_card__LCBBU::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_solutions-body__oD_Ju .customerReviews_card__LCBBU::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
  align-self: flex-start;
  order: 6;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ {
  text-align: center;
  order: 3;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ span {
  font-weight: 700;
  color: #404f5e;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_button___z_2J {
  order: 4;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-title__LO1Dj {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_promo-video__r_HO8 {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi {
    align-items: initial !important;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-subtitle__g9Mq_ {
    order: 1;
    text-align: left !important;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-title__LO1Dj {
    order: 2;
    text-align: left !important;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_promo-video__r_HO8 {
    order: 3;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_section_head-text__cD6OZ {
    order: 4;
    text-align: left !important;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi .customerReviews_button___z_2J {
    order: 5;
  }
  .customerReviews_section_solutions-proposals__lL_Yk.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
    order: 6;
    margin-top: 80px;
  }
}

.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
    margin-top: 40px !important;
  }
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 .customerReviews_infos_content-desc__LbKEW {
  grid-area: desc !important;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 a {
  grid-area: button !important;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 .customerReviews_button___z_2J {
  width: 120px !important;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(even) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(even) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(even) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  justify-self: flex-start;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(odd) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  justify-self: flex-end;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(1) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  width: 100% !important;
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(3) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(4) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
    margin-left: -50px;
  }
}
.customerReviews_section_infos-alt__tBgmC.customerReviews_isVendor__oQXD0 .customerReviews_section_infos_block__eXzRb:nth-child(5) .customerReviews_infos_content__yFHqm.customerReviews_isVendor__oQXD0 img {
  width: initial !important;
}

@media (max-width: 600px) {
  .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 {
    padding-bottom: 210px !important;
  }
}
.customerReviews_banner__9spqd.customerReviews_isVendor__oQXD0 .customerReviews_banner-title-sm__cE1U6 span {
  color: #d42d60;
}

.customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .customerReviews_isVendor__oQXD0 .customerReviews_section_head__UBdwi h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J {
    width: auto !important;
  }
  .customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J:nth-child(2) {
    padding: 11px 38px !important;
  }
  .customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J::after {
    position: static;
  }
}
.customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J::after {
  right: 20px;
  transition: 0.5s;
}
.customerReviews_isVendor__oQXD0 .customerReviews_bannerBtns__sTc_D .customerReviews_button___z_2J:hover::after {
  right: 17px;
}
.customerReviews_isVendor__oQXD0 .customerReviews_button___z_2J {
  color: #fff !important;
  background: #d42d60 !important;
}

.customerReviews_the_pain__OESlq.customerReviews_isVendor__oQXD0 .customerReviews_section_head-subtitle__g9Mq_ {
  color: #d42d60;
}
.customerReviews_the_pain__OESlq.customerReviews_isVendor__oQXD0 .customerReviews_section_body-content__lKOOf div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .customerReviews_the_pain__OESlq.customerReviews_isVendor__oQXD0 .customerReviews_section_body-content__lKOOf div {
    font-size: 16px;
  }
}
.customerReviews_the_pain__OESlq.customerReviews_isVendor__oQXD0 .customerReviews_section_body-content__lKOOf div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .customerReviews_the_pain__OESlq.customerReviews_isVendor__oQXD0 .customerReviews_section_body-content__lKOOf div span {
    color: #d42d60 !important;
  }
}

@keyframes customerReviews_visibility1__ZUzCA {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes customerReviews_visibility2__8l5W3 {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes customerReviews_visibility3__8dqPc {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes customerReviews_moveImage4__Y0koP {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes customerReviews_moveImage1__5oSsY {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes customerReviews_moveImage2__lTzs4 {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes customerReviews_moveImage3__T9EF3 {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.customerReviews_customer_reviews__I8DWY {
  margin: 96px 0 50px;
  padding: 124px 0 121px;
  box-sizing: border-box;
  background-image: url("/images/shapes/shape-8.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 650px) {
  .customerReviews_customer_reviews__I8DWY {
    margin: 40px 0;
    padding: 40px 0 47px;
    background-image: url("/images/shapes/shape-9.svg");
  }
}
.customerReviews_customer_reviews__I8DWY * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
.customerReviews_customer_reviews_container__8o19w {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1072px;
  box-sizing: border-box;
}
.customerReviews_customer_reviews_title__m8A5Q {
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .customerReviews_customer_reviews_title__m8A5Q {
    font-size: 26px;
    line-height: 36px;
  }
}
.customerReviews_customer_reviews_card__GqKZ6 {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 5px 25px rgba(38, 52, 94, 0.1);
  border-radius: 20px;
  padding: 32px 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card__GqKZ6 {
    flex-direction: column;
    padding: 16px;
    margin-top: 27px;
  }
}
.customerReviews_customer_reviews_card_separator___0LtY {
  width: 1px;
  height: auto;
  background-color: #DDDDDD;
  margin: 30px 50px;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card_separator___0LtY {
    width: auto;
    height: 1px;
    margin: 16px 0;
  }
}
.customerReviews_customer_reviews_card_block__CGKm2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customerReviews_customer_reviews_card_block__CGKm2:first-child img {
  max-width: max-content;
  height: 60px;
}
.customerReviews_customer_reviews_card_block__CGKm2:last-child .customerReviews_customer_reviews_btn__VC7ZK {
  width: max-content;
  margin-top: 32px;
  padding: 10px 40px !important;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card_block__CGKm2:last-child .customerReviews_customer_reviews_btn__VC7ZK {
    width: 100%;
  }
}
.customerReviews_customer_reviews_card_text__LHmLe {
  margin: 32px 0 24px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card_text__LHmLe {
    margin: 16px 0;
    line-height: 32px;
  }
}
.customerReviews_customer_reviews_card_author__QvFY7 {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  color: #1C023D;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card_author__QvFY7 {
    line-height: 24px;
  }
}
.customerReviews_customer_reviews_card_position__0G9F_ {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1C023D;
}
@media (max-width: 768px) {
  .customerReviews_customer_reviews_card_position__0G9F_ {
    line-height: 24px;
  }
}
.customerReviews_customer_reviews_card_title__WLVd0 {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  width: 309px;
}
@media (max-width: 900px) {
  .customerReviews_customer_reviews_card_title__WLVd0 {
    width: 239px;
  }
}
.customerReviews_customer_reviews_card_title__WLVd0 span {
  font-size: 40px;
  color: #D42D60;
  margin-right: 10px;
}
.customerReviews_customer_reviews__btn__rdhs6 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.customerReviews_customer_reviews__btn__rdhs6 button {
  padding: 8px 40px !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/(main)/customer-stories/customerStories.module.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.customerStories_solution-wrapper__Jj3HJ .customerStories_btn__yE3Oa {
  height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.571429px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_btn-white__AP3Qn {
  background: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_btn-white__AP3Qn:hover {
  text-decoration: underline;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_btn-blue__05DYi {
  border: 1px solid #008FD0;
  border-radius: 8px;
  padding: 0 42px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_btn-blue__05DYi:hover {
  background: #008FD0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_button__B95RJ {
  width: 165px;
  height: 35px;
  background: #13976C;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.571429px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 0 34px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Inter";
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_button__B95RJ:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_button__B95RJ:hover:after {
  right: 7px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_wr__KwZq7 {
  width: 1170px;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head__dMN0D {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_head__dMN0D {
    margin-bottom: 40px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head-subtitle__FFrmO {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #17d88a;
  margin-bottom: 19px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head-subtitle-second__Eelam {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #404f5e;
  margin: 19px 0;
  max-width: 400px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head-text__IVXlg {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #404f5e;
  margin-bottom: 50px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_head-text__IVXlg {
    max-width: 650px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head-text__IVXlg span {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #008FD0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_head__dMN0D h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u {
  padding: 0 0 120px;
  background: #f8f9fa;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u {
    padding: 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP:first-child {
  padding-top: 150px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP:nth-child(3) .customerStories_line__ktA60 img {
  filter: drop-shadow(0px 5px 20px rgba(109, 109, 109, 0.15));
  border-radius: 10px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 {
  width: 1175px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_button__B95RJ {
  width: 120px;
  margin-top: 42px;
  font-size: 14px !important;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_button__B95RJ:after {
  height: 10px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div:last-child {
  margin-bottom: 0 !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM {
    order: 2;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 img {
    order: 1;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM {
  max-width: 496px;
  width: 48.5%;
}
@media (max-width: 1700px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 > img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 > img {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 {
    flex-wrap: wrap;
    margin-bottom: 80px !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 picture {
    margin: 0 auto 27px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 img {
    width: 100%;
    margin: 0 auto 27px;
    max-width: 450px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 img {
    max-width: 100%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #262e4a;
  margin-bottom: 22px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 h2 {
    font-size: 30px;
  }
}
@media (max-width: 971px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 h2 {
    position: absolute;
    top: -10%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #262e4a;
  margin-bottom: 27px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u.customerStories_isSalesProspecting__842Mw .customerStories_section_infos_block__YB0BP:first-child img {
  max-width: 434px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ {
  width: 130px;
  justify-self: start;
  padding: 0 22px !important;
  padding-right: 30px !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ::after {
  margin: 0;
  right: 10px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos__11B7u.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ:hover::after {
  right: 8px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 {
  padding: 50px 0 120px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 {
    padding-bottom: 50px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_section_head__dMN0D {
  margin-bottom: 30px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_section_head__dMN0D h2 {
  font-size: 27.17px;
  line-height: 32.41px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_section_head-subtitle__FFrmO {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 {
  width: 980px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG {
  border-bottom: 0.6px solid #e5e5e5;
  box-sizing: border-box;
  padding: 25px 50px 25px 0;
  transition: height 1s linear;
  position: relative;
  cursor: pointer;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  background: url("/static/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  transition: all 0.05s ease-in;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG {
    border: none;
    padding: 6px 30px 6px 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG:after {
    right: -2px;
    top: 10px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG:last-child {
  margin-bottom: 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item_title__uyefg {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  color: #262e4a;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG .customerStories_item_body__OZJdS,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG .customerStories_item_body__OZJdS span {
  font-style: normal;
  font-weight: normal;
  font-size: 13.58px;
  line-height: 22.92px;
  color: #1f7197;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG.customerStories_item-active__9t1AN {
  transition: 0.5s ease-in-out;
  height: auto;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG.customerStories_item-active__9t1AN .customerStories_item_body__OZJdS,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_question__YHOT8 .customerStories_wr__KwZq7 .customerStories_item__dBoJG.customerStories_item-active__9t1AN .customerStories_item_body__OZJdS span {
  opacity: 1;
  height: auto;
  padding-top: 7px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D {
  min-height: 670px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D {
    background: url("/static/images/solutions/hero_sm.svg") !important;
    min-height: 573px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0% 95% !important;
  }
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_wr__KwZq7 {
    margin: 50px auto 200px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_banner_search-bar__YLo9T {
  margin: 45px 0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_banner_search-bar__YLo9T {
    margin: -15px 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E {
    flex-direction: column;
    align-items: center;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ {
  width: auto;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  background: #d42d60;
  color: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ:hover {
  padding-right: 16px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ:last-child {
  background: #8a90a5 !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_banner_login__RsGMM {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_banner_login__RsGMM {
    margin-top: 26px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_banner_login-link__4j5Kf {
  color: #13976C;
  margin-left: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D .customerStories_bannerBtns__h7E4E .customerStories_banner_login-link__4j5Kf:hover {
  text-decoration: underline;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 {
  font-size: 47px;
  line-height: 54px;
  color: #27304f;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  width: 450px;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 span {
  color: #13976c;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 span {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D h1 span {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D p {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-size: 16px;
  line-height: 27px;
  color: #262e4a;
  margin-bottom: 60px;
  max-width: 540px;
  letter-spacing: -0.015em;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
  background-position: 55%;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner-title-sm__GuaEm {
  width: 85%;
}
@media (min-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background-position-y: 0%;
  }
}
@media (min-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner-title-sm__GuaEm {
    display: none;
  }
}
@media (max-width: 979px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner-title-lg__ekqg_ {
    display: none;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 h1,
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ h1 div {
  color: #201717;
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
  line-height: 54px;
  max-width: 600px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 h1,
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ h1 div {
    width: 120%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 h1 span,
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ h1 div span {
  font-family: "Inter";
  letter-spacing: -0.2px;
  font-size: 50px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 p {
    width: 81%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_button__B95RJ {
  width: 190px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ h1 {
  width: 526px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ h1 {
    max-width: 90%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ p {
  max-width: 470px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ p {
    max-width: 229px;
  }
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_wr__KwZq7 {
    margin: 400px auto 300px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_animation-wrapper__CcM4M {
  display: inline-flex;
  margin-top: 1px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_animation-wrapper__CcM4M .customerStories_dynamic-txts__kQdaG {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ.customerStories_without-sponsoredBanner__4TkHa {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ.customerStories_without-sponsoredBanner__4TkHa .customerStories_wr__KwZq7 {
    margin: 300px auto;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
  width: 100vw;
  padding-top: 160px;
  background-position: -50%;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-size: auto !important;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-position: 100% 0%;
  }
}
@media (min-width: 769px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-position: 100%;
    background-position-y: 0%;
  }
}
@media (min-width: 970px) and (max-width: 1370px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-position: 100% 0%;
    margin-right: -30px;
  }
}
@media (min-width: 1700px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-position-y: 0%;
  }
}
@media (max-width: 979px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    background-position-y: 0%;
  }
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 {
    margin: 50px auto 60px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw h1 span {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: normal;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw p {
    max-width: 70%;
  }
}
@media (min-width: 601px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw p {
    max-width: 470px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__prompt-wrapper__fDGYN {
  top: 87% !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_bottom__XkCCA {
  display: flex;
  flex-direction: column-reverse;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_home-form-image__lxC_h {
  display: none !important;
}
@media (min-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW {
    margin-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW {
    margin-top: 5px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc {
  display: flex;
  align-items: center;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc .customerStories_header__item-btn___y49G.customerStories_btn-1__FOaWR {
  background: #13976c;
  border: none;
}
@media (min-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc > div {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc > div {
    margin-left: 5px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_header__items__4FyJW .customerStories_header__item-content__ApGdO .customerStories_header__item__xgZFc > div:first-of-type {
    margin-left: 10px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    max-width: 544px;
    max-height: 441px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: absolute;
    right: -10%;
    top: 40%;
    transform: scale(1.5);
  }
}
@media (min-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    width: 544px;
    height: 500px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: absolute;
    right: -40%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    right: 8%;
    top: 30px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images__k1Pr1 {
    height: 441px;
    right: 160px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_withChildren__8WRik {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_without-sponsoredBanner__4TkHa {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    right: -15%;
    position: absolute;
    top: 3%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
    position: relative;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    max-width: 88%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    position: absolute;
    top: 15%;
    left: -16%;
  }
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    left: -5%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:last-child {
    width: 88vw !important;
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    height: 350px !important;
  }
}
@media (max-width: 970px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    height: 500px;
    padding: 80px 0;
    opacity: 1;
    position: relative;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
    position: absolute;
    right: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    position: absolute;
    top: 22%;
    left: -13%;
    height: 85%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:last-child {
    width: 88vw;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
    left: -10%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    top: 35.5%;
    left: 0%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:last-child {
    top: 35.5%;
    left: -17%;
    max-width: 100% !important;
  }
}
@media (min-width: 972px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    position: absolute;
    top: 3%;
    right: -10.5%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
    position: relative;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    position: absolute;
    top: 15%;
    left: -18%;
  }
}
@media (min-width: 1600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 {
    right: -20%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img:first-child {
    left: -14%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd {
  padding: 115px 0 65px;
  position: relative;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd {
    padding: 70px 0 80px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu {
  display: grid;
  grid-template-areas: "header image" "card image" "card image";
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1000px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu {
    grid-template-areas: "header" "image" "card";
    grid-template-columns: 1fr;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu .customerStories_wr__KwZq7 {
    width: 100%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu .customerStories_wr__KwZq7 .customerStories_col__W7S4D {
    width: 100%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu .customerStories_section_head-subtitle__FFrmO {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu {
    position: relative;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__wrapp__wu7bu .customerStories_wr__KwZq7 {
    margin: 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_head__dMN0D {
  grid-area: header;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_wr__KwZq7 {
  display: flex;
  flex-direction: column;
  grid-area: card;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD {
  grid-area: image;
  max-width: 659px;
}
@media (max-width: 900px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD {
    max-width: 500px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD img {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD {
    max-width: 350px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_section_solutions__img__obphD {
    position: absolute;
    bottom: 3%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn {
    flex-wrap: wrap;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D {
  width: 48.72%;
  background: transparent;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D {
    width: 100%;
    margin-bottom: 30px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D:last-child {
    margin-bottom: 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-title__B8xZM {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.24;
  color: #13976C;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-title__B8xZM {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-title__B8xZM {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-title__B8xZM {
    display: block;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  margin-bottom: 26px !important;
  counter-increment: section;
  position: relative;
  border-top: 0;
  margin-left: 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97:last-child {
  margin-bottom: 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97:last-child::after {
  display: none;
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97:first-child .customerStories_card-img__yaB5O {
    margin-left: 0 !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  content: counter(section) ".";
  left: -4px;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_title__T4j4u {
  font-size: 20px;
  line-height: 24px;
  color: #262e4a;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  position: relative;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_title__T4j4u span {
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  font-family: "Inter";
  font-weight: 800;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D:nth-child(2) .customerStories_solutions-title__B8xZM {
  color: #008FD0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D:nth-child(2) .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  border: 1px solid #008FD0;
  color: #008FD0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D:nth-child(2) .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::after {
  border-color: #008FD0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC {
    display: flex;
    justify-content: space-between;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    width: 85%;
    margin-bottom: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card-title__5bmBv {
    padding: 0 15px 0 40px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions__tLYLd .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
    left: 22px;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD {
  padding: 114px 0 0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD {
    padding: 75px 0 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_button__B95RJ {
  display: none;
}
@media (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_button__B95RJ {
    display: flex;
    width: 120px;
    height: 35px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_head__dMN0D {
  margin-bottom: 45px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_head-subtitle__FFrmO {
  font-family: "Proxima Nova Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22.43px;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh {
    display: block;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
  width: 95%;
  padding: 43px 40px 43px 0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
    width: 100%;
    padding: 20px 7px 20px 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG img,
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  display: block;
  color: linear-gradient(90deg, #1b97dd -12.74%, #18ca9c 77.58%, #17d88a 105.21%);
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG .customerStories_item_title__uyefg {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #2b3332;
  margin-bottom: 16px;
  font-family: "Inter";
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us__QILLD .customerStories_section_body__H_uIh .customerStories_item__dBoJG .customerStories_item_body__OZJdS {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #262e4a;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To {
  margin: 80px 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 {
  background: url("/static/images/solutions/need_more_help.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 70px 100px;
  border-radius: 20px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_title__a8wJc {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_section_needHelp-text__0blIJ {
  display: flex;
  justify-content: space-between;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 p {
  font-family: "HelveticaNeue-Light";
  font-style: normal;
  font-weight: normal;
  font-size: 14.31px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  place-self: center;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 p {
    line-height: unset;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt {
    flex-direction: column;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button__B95RJ {
  height: initial;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH {
  width: initial !important;
  background: #fff;
  border-radius: 20px;
  margin: -5px 15px 0 15px;
  font-size: 19.413px;
  line-height: 23px;
  font-weight: 700;
  color: #26345e;
  font-family: "Graphik", Arial, sans-serif;
  letter-spacing: normal;
  padding: 9px 35px 9px 20px !important;
  letter-spacing: -0.015em;
  transition: 0.3s all ease-in;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH {
    font-size: 13px;
    width: 190px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH:hover {
  padding-right: 12px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #26345e;
  width: 10px;
  height: 12px;
  right: 13px !important;
  transition: 0.3s all ease-in;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH:nth-child(1):hover:after {
  right: 11px !important;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH:nth-child(1) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 {
    padding: 30px 20px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_section_needHelp-text__0blIJ {
    flex-direction: column;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_section_needHelp-text__0blIJ p {
    text-align: left;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_section_needHelp-text__0blIJ .customerStories_needHelpBtns__PjZGt {
    margin-top: 15px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_needHelp__WN2To .customerStories_section_needHelp-background__1NQH9 .customerStories_section_needHelp-text__0blIJ .customerStories_needHelpBtns__PjZGt .customerStories_button-help__QsrXH {
    width: 100%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR {
  padding: 115px 0 120px;
  background: url("/static/images/solutions/profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR {
    padding: 75px 0 80px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR .customerStories_button__B95RJ {
  display: none;
}
@media (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR .customerStories_button__B95RJ {
    display: flex;
    width: 120px;
    height: 35px;
    margin-top: 30px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR .customerStories_section_head__dMN0D h2 {
  color: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile__najoR .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-weight: 600;
  font-family: "Proxima Nova Semi-Bold";
  line-height: 22px;
  font-size: 20px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97 {
  width: 25.625%;
  padding: 50px 40px 41px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97:last-child {
    margin-bottom: 0;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97:before {
  transition: 0.3s all ease-in;
  background: radial-gradient(128.46% 128.46% at 0% 0%, #12d293 0%, #006343 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97 img {
  max-width: 40px;
  height: 36px;
  margin-bottom: 24px;
  transition: 0.3s all ease-in;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card__D5n97 p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_profile-cards__dSRsD .customerStories_card-title__5bmBv {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_promo-video__83LMA {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_promo-video__83LMA iframe {
    height: 450px;
    width: 800px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_section_head__dMN0D {
  margin-bottom: 35px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500 !important;
  font-family: "Inter";
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_section_head__dMN0D h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 33px;
  line-height: 45.21px;
  color: #1b1940;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_solutions-title__B8xZM {
  color: #008FD0;
  display: none;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_card_title__T4j4u span {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 501px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_card__D5n97:last-child img,
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_card__D5n97:first-child img {
    margin-top: 15px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_button__B95RJ {
  margin: 0;
  background: #13976C;
  width: 100px;
  font-size: 13.44px;
  padding: 5px 10px 5px 14px !important;
  font-family: "Inter";
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_button__B95RJ:after {
  width: 15px;
  height: 10px;
  top: 39%;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-title__B8xZM {
  color: #008FD0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  text-align: left;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_title__T4j4u {
  color: #1b1940;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  color: #1b1940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  color: #008FD0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
    color: #d42d60;
    left: -5px !important;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D {
    padding: 73px 0 50px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC {
    display: flex;
    flex-direction: column;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    width: 85%;
    margin-bottom: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card-title__5bmBv {
    padding: 0 15px 0 40px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
    color: #008FD0;
    left: 19px;
    right: unset;
    top: 0px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Inter";
    font-weight: 800;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw {
  background-color: #f8f9fa;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_head__dMN0D {
  margin-bottom: 35px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: "Inter";
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_head__dMN0D h2 {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.36px;
  font-size: 30px;
  line-height: 41.07px;
  color: #262e4a;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 16px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ:after {
  right: 11px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_solutions_superheader__A9DDo {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.363363px;
  color: #262e4a;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_solutions_superheader__A9DDo {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_section_solutions_superheader__A9DDo {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  color: #262e4a !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97 .customerStories_card_title__T4j4u {
  color: #000000 !important;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:before {
  color: #000000 !important;
  top: -2px !important;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(2) img,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child img {
  margin-top: 0 !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:last-child img {
  margin-top: -5px !important;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-alt__u5tj4.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:last-child .customerStories_card_desc__FsH1r {
    margin-bottom: 55px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_wr__KwZq7 {
  display: flex;
  flex-direction: column-reverse;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_head__dMN0D h2 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  color: #282c47;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_head__dMN0D h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_head-subtitle__FFrmO {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  color: #404f5e;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_head-uppertitle__bprVi {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #d42d60;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_head-upptitle__oSryR {
    display: none;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ {
  margin: 0;
  width: auto !important;
  display: flex;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: -20px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ:after {
  background: url("/static/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ:after {
    position: relative !important;
    width: 9px;
    height: 10px;
    top: 1px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh {
  display: grid;
  row-gap: 17px;
  column-gap: 17px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 1300px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 50px;
    column-gap: 50px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 25px 23px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  cursor: pointer;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG.customerStories_no-padding__5s7kW {
  padding: 25px 0 !important;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
    padding: 25px 15px;
    height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
    padding: 25px 30px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG.customerStories_no-padding__5s7kW {
    padding: 25px 30px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG svg {
  margin-bottom: 20px;
  width: 35px;
  height: 35px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item_btn__lOwdH {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #d42d60;
  border-radius: 10px;
  background: rgba(215, 15, 100, 0.09);
  padding: 1.5px 6px;
  margin-top: 13px;
  display: none;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item_title__uyefg {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #18191f !important;
  min-height: 36px;
  white-space: pre-line;
  margin: 0 !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG.customerStories_active__Sd4eP {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG.customerStories_active__Sd4eP .customerStories_item_btn__lOwdH {
  display: block;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG.customerStories_active__Sd4eP svg {
  margin-bottom: 13px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh .customerStories_item__dBoJG:not(.customerStories_active__Sd4eP) svg path:not([fill=white]) {
  fill: #5c6c9d;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa {
  background: url("/static/images/solutions/why_us.png") no-repeat;
  background-size: cover;
  padding: 50px 61px;
  margin-top: 30px;
  border-radius: 20px;
  width: 1300px;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa {
    padding: 30px 17px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_vendor_company_popup-wrapper__Hvdtn {
  top: 95% !important;
}
@media (max-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_vendor_company_popup-wrapper__Hvdtn {
    top: 95% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_body__H_uIh {
  margin-bottom: 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_body__H_uIh .customerStories_item-container__Evri3 {
  position: relative;
  margin-bottom: 30px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_body__H_uIh .customerStories_item__dBoJG {
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  margin-bottom: 15px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_body__H_uIh .customerStories_item__dBoJG .customerStories_item_title__uyefg {
  min-height: 26px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_body__H_uIh .customerStories_item__dBoJG:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_head__dMN0D h2 {
  color: #fff !important;
  font-family: "Inter";
  font-size: 24px;
  line-height: 26.63px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_section_head-subtitle-second__Eelam {
  color: #fff;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19.09px;
  font-weight: 400;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ {
  color: #fff !important;
  background: transparent !important;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
}
@media (min-width: 601px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ {
    right: 4.5%;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ:after {
    right: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_section_body_background__1O1Xa .customerStories_button__B95RJ:hover:after {
    right: -2px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ {
  color: #282c47;
  background: #fff !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ {
    margin-right: auto;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ:after {
    right: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_why_us-vendors__VUQQV .customerStories_button__B95RJ:after:hover:after {
    right: -2px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk {
  background: none;
  margin-top: 20px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP {
  padding: 50px 0;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP {
    padding: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:nth-child(1) {
    padding-top: 230px;
    background: url("/static/images/solutions/greyback_2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -55px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:nth-child(4) {
    background: url("/static/images/solutions/greybacksmall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:nth-child(4) .customerStories_line__ktA60 {
    margin-bottom: 0 !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child {
    background: #fbfbfb;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:nth-child(3) .customerStories_line__ktA60 img {
  height: 245px;
  padding: 0 100px;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 > img {
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 > img {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 > img {
    max-width: 46%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM p {
  font-size: 16px;
  line-height: 24px;
  color: #404f5e;
  font-weight: 400;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  max-width: 440px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM p {
    line-height: 27px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: #1b1940;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM h2 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM h2 {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM .customerStories_button__B95RJ {
  width: 100px;
  font-size: 14px;
  background-color: #006343;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM .customerStories_button__B95RJ:after {
  right: 6px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP .customerStories_wr__KwZq7 > div .customerStories_line__ktA60 .customerStories_infos_content__S4_QM .customerStories_button__B95RJ:hover:after {
  right: 5px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v {
  background: url("/static/images/solutions/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23.86px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_head__dMN0D h2 {
  font-size: 32px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_wr__KwZq7 {
  padding: 50px 0 100px;
  margin-bottom: 40px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body__H_uIh {
  display: flex;
  flex-direction: column;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae {
  display: flex;
  margin-bottom: 50px;
  color: #404f5e;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: normal;
  order: 1;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae {
    flex-direction: column;
    order: 2;
    margin-top: 50px;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae > div {
    margin-bottom: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae > div {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae > div {
    padding-right: 145px;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae > div {
    padding-right: 20px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body-content__mcwae > div span {
  color: #008FD0;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body__H_uIh .customerStories_section_body-pain__eN_Pm {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  order: 2;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_the_pain__U1T2v .customerStories_section_body__H_uIh .customerStories_section_body-pain__eN_Pm {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    order: 1;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 {
  background: url("/static/images/solutions/blue_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_proposal-img-block__02JOl {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 {
    padding: 0 30px;
  }
}
@media (min-width: 951px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 {
    display: grid !important;
    grid-template-areas: "image title" "image card" "image card";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 0 150px;
    margin: 0 !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_col__W7S4D .customerStories_card_desc__FsH1r {
    padding: 0;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_proposal-img-block__02JOl {
    order: 1;
    grid-area: image;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_head__dMN0D {
    order: 2;
    grid-area: title;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn {
    grid-area: card;
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
@media (max-width: 950px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 {
    margin: 0 !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_proposal-img-block__02JOl {
    margin-bottom: 36px;
    order: 2;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_head__dMN0D {
    order: 1;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_col__W7S4D {
    width: 100%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_col__W7S4D .customerStories_card_title__T4j4u {
    font-size: 18px !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_col__W7S4D .customerStories_card_desc__FsH1r {
    font-size: 16px !important;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn {
    margin-bottom: 38px;
    order: 3;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_button__B95RJ {
    margin: 0 !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn .customerStories_solutions-body__PTaBC {
  flex-direction: column;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn .customerStories_solutions-body__PTaBC {
    width: 450px;
  }
}
@media (min-width: 767px) and (max-width: 951px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn .customerStories_solutions-body__PTaBC {
    width: 100% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  width: 100% !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_solutions-body__BZ_bn .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  margin-bottom: 0;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_solutions-content__QHuD4 .customerStories_section_head__dMN0D {
  margin-bottom: 30px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_head__dMN0D h2 {
  font-family: "Inter";
  font-weight: 600;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_head__dMN0D h2 {
  color: #fff;
  font-size: 29.98px;
  max-width: 450px;
  line-height: 41.07px;
  letter-spacing: -0.36px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_button__B95RJ {
  color: #282c47;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13.44px;
  line-height: 16px;
  width: 100px;
  letter-spacing: normal;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_button__B95RJ:after {
  content: "";
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  top: 38%;
  height: 11px;
  transition: all 0s ease;
  margin-left: 10px;
  position: absolute;
  right: 8px;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_button__B95RJ {
    margin-bottom: 40px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_button__B95RJ:hover {
  color: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_button__B95RJ:hover:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  color: #17d88a;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  font-family: "HelveticaNeue-Light";
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
    min-height: 129px;
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
    min-height: 100px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card-title__5bmBv {
  font-family: "Inter";
  font-weight: 600;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_title__T4j4u {
  color: #fff;
}
@media (max-width: 500px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ .customerStories_img_1__3SYZV {
    max-width: 100%;
  }
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card-img__yaB5O .customerStories_img_2__jRd6r {
    max-width: 94% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card__D5n97:nth-child(2) img,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card__D5n97:last-child img {
  margin-top: -5px;
}
@media (min-width: 1170px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572 .customerStories_wr__KwZq7 .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ img {
    max-width: unset;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw {
  background-color: #f8f9fa;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_section_head__dMN0D {
  grid-area: header;
  margin-bottom: 45px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ {
  color: #fff;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ:after {
  background: url("/static/images/icons/arrow-right-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97 {
    width: 32% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:before {
  color: #fff !important;
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:before {
    top: -1px !important;
    left: -1% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card_title__T4j4u {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding-left: 20px !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card_desc__FsH1r {
  max-width: 94%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 55px;
}
@media (max-width: 912px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card_desc__FsH1r {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card_desc__FsH1r {
    max-width: 94% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(2) img,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:last-child img {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(2) img,
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:last-child img {
    max-width: 87% !important;
    padding-top: 15px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(1) img {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 899px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child .customerStories_card_img__icldQ {
    margin-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child .customerStories_card_img__icldQ {
    margin-top: 5% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child .customerStories_card_desc__FsH1r {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child img {
    max-width: 100% !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child .customerStories_card_desc__FsH1r {
  max-width: 90% !important;
}
@media (max-width: 1170px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:first-child img {
    margin-top: 6px;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(2) img,
.customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:last-child img {
  border-radius: 6px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ .customerStories_section_solutions-proposals__Xh572.customerStories_isSalesProspecting__842Mw .customerStories_card__D5n97:nth-child(2) img {
    margin-left: 3%;
  }
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_sub__UiYeo {
  background: #f8f9fa;
  padding: 50px 0 75px !important;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_sub__UiYeo .customerStories_section__titles__i1dGe {
  max-width: 1210px;
  margin: 60px auto;
  padding: 0 20px;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_sub__UiYeo .customerStories_section__titles__i1dGe > div {
  text-align: left;
}
.customerStories_solution-wrapper__Jj3HJ .customerStories_section__trusted__8QmMT .customerStories_section__titles__i1dGe {
  margin-left: 5%;
}

.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 {
  margin-top: 100px;
  margin-bottom: 0;
}
.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    max-width: 544px;
    max-height: 441px;
  }
}
.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 {
  position: relative;
  height: 100%;
  width: 100%;
  animation: none;
}
@media (max-width: 415px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    margin-top: -30px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: absolute;
    right: 0;
    top: 40%;
    transform: scale(1.2);
  }
}
@media (min-width: 600px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    width: 544px;
    height: 500px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: absolute;
    right: -30%;
    top: -20%;
  }
}
@media (max-width: 979px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 0% !important;
    top: 0 !important;
  }
}
@media (min-width: 980px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    position: absolute;
    right: 13%;
    top: 50px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 .customerStories_banner_images-stack__DA2G9 img {
    position: initial !important;
    right: none !important;
    top: none !important;
  }
}
@media (max-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 8%;
    top: 100px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 img {
    transform: scale(0.7);
  }
}
@media (min-width: 1250px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    height: 441px;
    right: 100px;
    top: 130px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 img {
    transform: scale(0.8);
  }
}
@media (min-width: 1350px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 150px;
    top: 160px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 img {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 170px;
    top: 190px;
  }
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 img {
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 220px;
  }
}
@media (min-width: 1800px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 20%;
  }
}
@media (min-width: 2350px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_wr__KwZq7 .customerStories_banner_images__k1Pr1 {
    right: 27%;
  }
}
.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_header__item__xgZFc {
  align-items: center !important;
  max-width: 380px;
  padding: 10px 0px !important;
}
@media (min-width: 768px) {
  .customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_header__item__xgZFc {
    padding: 0 10px 0 20px !important;
  }
}
.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_section__trusted__8QmMT {
  padding-top: 0;
}
.customerStories_solution-wrapper__Jj3HJ.customerStories_isHome__xuDpB .customerStories_section__trusted__8QmMT .customerStories_section__title__0Pi3b {
  z-index: -1;
}

@media (max-width: 767px) {
  .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw {
    margin-bottom: 150px;
  }
}
.customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images-stack__DA2G9 {
  animation-name: customerStories_flipImage__MLVCl;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transform-style: preserve-3d;
}
.customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images-stack__DA2G9 img {
  position: absolute;
  backface-visibility: hidden;
  max-width: inherit;
}
@media (max-width: 600px) {
  .customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images-stack__DA2G9 img {
    max-width: 100% !important;
  }
}
.customerStories_banner__cBf1D.customerStories_isSalesProspecting__842Mw .customerStories_banner_images-stack__DA2G9 img:last-child {
  filter: drop-shadow(0px 3.71373px 9.28433px rgba(0, 0, 0, 0.15));
}

.customerStories_solution-wrapper__Jj3HJ .customerStories_isSalesProspecting__842Mw .customerStories_button__B95RJ {
  background: #13976c !important;
}

.customerStories_section_solutions__wrap__vOdri {
  display: grid;
  grid-template-areas: "content img" "content img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .customerStories_section_solutions__wrap__vOdri {
    grid-template-areas: "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn {
  grid-area: content;
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D {
  padding: 0 !important;
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  width: 60% !important;
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  left: 1%;
}
.customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .customerStories_section_solutions__wrap__vOdri .customerStories_section_solutions-body__BZ_bn .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    width: 100% !important;
  }
}
.customerStories_section_solutions__wrap__vOdri .customerStories_button__B95RJ {
  grid-area: button;
}
.customerStories_section_solutions__wrap__vOdri img {
  grid-area: img;
}

.customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 {
  grid-template-areas: "img header" "img content" "img button";
  column-gap: 150px;
}
@media (max-width: 600px) {
  .customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 {
    grid-template-areas: "header" "img" "content" "button";
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 35px;
  }
}
.customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC {
  display: flex;
  flex-direction: column;
}
.customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    margin-bottom: 26px !important;
  }
}
.customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 600px) {
  .customerStories_section_solutions__wrap__vOdri.customerStories_leads__6uDC1 .customerStories_col__W7S4D .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    width: 100% !important;
  }
}

.customerStories_infos_content__S4_QM.customerStories_sales__PR00Q {
  max-width: 100% !important;
  width: 100% !important;
  display: grid;
  grid-template-areas: "title image" "desc image" "button image";
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.customerStories_infos_content__S4_QM.customerStories_sales__PR00Q h2 {
  grid-area: title;
}
.customerStories_infos_content__S4_QM.customerStories_sales__PR00Q .customerStories_infos_content-desc__Uy3qJ {
  grid-area: desc;
}
.customerStories_infos_content__S4_QM.customerStories_sales__PR00Q .customerStories_button__B95RJ {
  grid-area: button;
}
.customerStories_infos_content__S4_QM.customerStories_sales__PR00Q .customerStories_infos_content-images__ty7Gd {
  grid-area: image;
}
@media (max-width: 600px) {
  .customerStories_infos_content__S4_QM.customerStories_sales__PR00Q {
    grid-template-areas: "title " "image" "desc" "button";
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}

.customerStories_vendor_company_popup-wrapper__Hvdtn {
  position: absolute;
  min-width: 300px;
  min-height: 280px;
  background: #ffffff;
  border: 0.698754px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  z-index: 5;
  top: 100%;
  left: -89%;
}
@media (max-width: 980px) {
  .customerStories_vendor_company_popup-wrapper__Hvdtn {
    top: 104%;
    left: -65%;
  }
}
.customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn .customerStories_vendor_section_body__bPLq9 {
  padding: 5px;
  margin: 5px;
  min-width: 130px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn .customerStories_vendor_section_body__bPLq9 {
    min-width: 100px;
  }
}
.customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn .customerStories_vendor_section_body__bPLq9 .customerStories_vendor_item-title__GWCBs {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #4e9dd4;
  text-transform: capitalize;
}
.customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn .customerStories_vendor_section_body__bPLq9 .customerStories_vendor_item-img__L3xls img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin: 15px auto 20px;
  display: block;
}
.customerStories_vendor_company_popup-wrapper__Hvdtn .customerStories_vendor_company_popup__TGpnn .customerStories_vendor_section_body__bPLq9:nth-child(2n+2) {
  margin: 5px 0;
}

@media (min-width: 769px) {
  .customerStories_why_us-vendors__VUQQV .customerStories_item__dBoJG:nth-child(6n) .customerStories_vendor_company_popup-wrapper__Hvdtn,
  .customerStories_why_us-vendors__VUQQV .customerStories_item-container__Evri3:nth-child(6n) .customerStories_vendor_company_popup-wrapper__Hvdtn {
    left: auto;
    right: 0;
  }
  .customerStories_why_us-vendors__VUQQV .customerStories_item__dBoJG:nth-child(6n+1) .customerStories_vendor_company_popup-wrapper__Hvdtn,
  .customerStories_why_us-vendors__VUQQV .customerStories_item-container__Evri3:nth-child(6n+1) .customerStories_vendor_company_popup-wrapper__Hvdtn {
    left: 0;
  }
}
@media (max-width: 768px) {
  .customerStories_why_us-vendors__VUQQV .customerStories_vendor_company_popup-wrapper__Hvdtn {
    left: -24%;
  }
  .customerStories_why_us-vendors__VUQQV .customerStories_item__dBoJG:nth-child(3n) .customerStories_vendor_company_popup-wrapper__Hvdtn,
  .customerStories_why_us-vendors__VUQQV .customerStories_item-container__Evri3:nth-child(3n) .customerStories_vendor_company_popup-wrapper__Hvdtn {
    left: auto;
    right: 0;
  }
  .customerStories_why_us-vendors__VUQQV .customerStories_item__dBoJG:nth-child(3n+1) .customerStories_vendor_company_popup-wrapper__Hvdtn,
  .customerStories_why_us-vendors__VUQQV .customerStories_item-container__Evri3:nth-child(3n+1) .customerStories_vendor_company_popup-wrapper__Hvdtn {
    left: 0;
  }
}
.customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh.customerStories_plain__LmP8b a {
  position: relative;
  background: #f6f7fa;
  transition: 0.3s;
}
.customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh.customerStories_plain__LmP8b a:hover {
  background: #fff;
}
.customerStories_why_us-vendors__VUQQV .customerStories_section_body__H_uIh.customerStories_plain__LmP8b a:hover svg path::nth-child(1) {
  fill: red;
}

.customerStories_dynamic-txts__kQdaG,
.customerStories_dynamic-txts-2__NHYRB {
  line-height: 54px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .customerStories_dynamic-txts__kQdaG,
  .customerStories_dynamic-txts-2__NHYRB {
    line-height: 56px;
    height: 56px;
  }
  .customerStories_dynamic-txts__kQdaG span,
  .customerStories_dynamic-txts-2__NHYRB span {
    line-height: 54px;
  }
}

@media (min-width: 980px) {
  .customerStories_dynamic-txts-2__NHYRB li span {
    opacity: 0;
  }
}

@media (max-width: 979px) {
  .customerStories_dynamic-txts__kQdaG li:not(:first-child),
  .customerStories_dynamic-txts-2__NHYRB li:not(:first-child) {
    display: none;
  }
}
.customerStories_dynamic-txts__kQdaG li,
.customerStories_dynamic-txts-2__NHYRB li {
  font-size: 50px;
  position: relative;
  top: 0;
  height: 56px;
}
@media (min-width: 980px) {
  .customerStories_dynamic-txts__kQdaG li,
  .customerStories_dynamic-txts-2__NHYRB li {
    animation: customerStories_slideText__zWwha 36s steps(4) infinite;
  }
}

@media (min-width: 980px) {
  .customerStories_dynamic-txts-2__NHYRB li span {
    animation: customerStories_changeOpacity__zQ9ny 9s linear infinite;
  }
  .customerStories_dynamic-txts-2__NHYRB li:nth-child(3) span,
  .customerStories_dynamic-txts-2__NHYRB li:nth-child(4) span {
    animation: customerStories_changeOpacity2___2gyt 9s linear infinite;
  }
}
.customerStories_dynamic-txts__kQdaG li span,
.customerStories_dynamic-txts-2__NHYRB li span {
  position: relative;
  height: 54px;
}

@media (min-width: 980px) {
  .customerStories_dynamic-txts__kQdaG li span:after,
  .customerStories_dynamic-txts-2__NHYRB li span:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 100%;
    left: 0;
    background: #fff;
    border-left: none;
    margin-top: 2px;
  }
  .customerStories_dynamic-txts__kQdaG li span:after {
    animation: customerStories_typingHeader1__4NW5w 9s steps(22) infinite;
  }
  .customerStories_dynamic-txts-2__NHYRB li span:after {
    animation: customerStories_typingHeader2__Fhssw 9s steps(17) infinite;
  }
  .customerStories_dynamic-txts__kQdaG li:nth-child(3) span:after {
    animation: customerStories_typingHeader3___TnaF 9s steps(17) infinite !important;
  }
  .customerStories_dynamic-txts-2__NHYRB li:nth-child(3) span:after {
    animation: customerStories_typingHeader4__Tjdiq 9s steps(30) infinite !important;
  }
  .customerStories_dynamic-txts__kQdaG li:nth-child(4) span:after {
    animation: customerStories_typingHeader3___TnaF 9s steps(17) infinite !important;
  }
  .customerStories_dynamic-txts-2__NHYRB li:nth-child(4) span:after {
    animation: customerStories_typingHeader4__Tjdiq 9s steps(30) infinite !important;
  }
}
@keyframes customerStories_changeOpacity__zQ9ny {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes customerStories_changeOpacity2___2gyt {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes customerStories_typingHeader1__4NW5w {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  25% {
    border-left: 3px solid #d42d60;
  }
  26% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  74% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  75% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes customerStories_typingHeader2__Fhssw {
  0% {
    left: 0;
    margin: 0;
  }
  26% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  27% {
    border-left: 3px solid #d42d60;
  }
  42% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: none;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  57% {
    border-left: none;
  }
  58% {
    border-left: 3px solid #d42d60;
  }
  73% {
    border-left: 3px solid #d42d60;
  }
  74% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes customerStories_typingHeader3___TnaF {
  0% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  1% {
    border-left: 3px solid #d42d60;
  }
  15% {
    border-left: 3px solid #d42d60;
  }
  16% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  84% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  85% {
    border-left: 3px solid #d42d60;
  }
  99% {
    border-left: 3px solid #d42d60;
  }
  100% {
    left: 0;
    margin: 0;
    border-left: none;
  }
}
@keyframes customerStories_typingHeader4__Tjdiq {
  0% {
    left: 0;
    margin: 0;
  }
  16% {
    left: 0;
    margin: 0;
    border: none;
  }
  17% {
    border-left: 3px solid #d42d60;
  }
  43% {
    border-left: 3px solid #d42d60;
  }
  44% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  55% {
    left: 100%;
    margin: 0 -30px 0 30px;
    border-left: none;
  }
  56% {
    border-left: 3px solid #d42d60;
  }
  83% {
    border-left: 3px solid #d42d60;
  }
  84% {
    left: 0;
    margin: 0;
    border-left: none;
  }
  100% {
    left: 0;
    margin: 0;
  }
}
@keyframes customerStories_slideText__zWwha {
  100% {
    top: -224px;
  }
}
@keyframes customerStories_slideText2__I20Tb {
  100% {
    top: -160px;
  }
}
@keyframes customerStories_flipImage__MLVCl {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  54% {
    transform: rotateY(180deg);
  }
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_line__ktA60,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_line__ktA60 {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_line__ktA60,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_line__ktA60 {
    padding-bottom: 50px !important;
  }
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-images__ty7Gd,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-images__ty7Gd {
  width: 500px;
  margin: 1em auto;
  position: relative;
  height: 326px;
}
@media (max-width: 500px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-images__ty7Gd,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-images__ty7Gd {
    width: 100%;
    height: 335px;
    margin-top: -50px;
  }
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-images__ty7Gd img,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-images__ty7Gd img {
  margin: 0 auto 1px !important;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74 {
  width: 500px;
  height: 417px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  position: absolute;
  overflow-x: clip;
  top: -4%;
}
@media (max-width: 500px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74 {
    width: 100%;
    top: 5%;
    height: 103%;
  }
}
@media (min-width: 769px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74 {
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74,
  .customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74 {
    left: 23%;
    top: -27%;
  }
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_flipping__IkN2V,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_flipping__IkN2V {
  width: 460px;
  height: 340px;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:first-child,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:first-child {
  z-index: 3;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:first-child img,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:first-child img {
  transform: translate(0, 40px) scale(1.05);
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:nth-child(2),
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:nth-child(2) {
  z-index: 2;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:nth-child(2) img,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:nth-child(2) img {
  transform: translate(0, 20px) scale(1);
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:last-child,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:last-child {
  z-index: 1;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:last-child img,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:last-child img {
  transform: translate(0, 0) scale(0.95);
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container-animate__R63kd:first-child,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container-animate__R63kd:first-child {
  animation: customerStories_visibility1__J4OVQ 15s forwards ease-in-out alternate;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container-animate__R63kd:nth-child(2),
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container-animate__R63kd:nth-child(2) {
  animation: customerStories_visibility2__5fz5I 15s forwards ease-in-out alternate;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container-animate__R63kd:last-child,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container-animate__R63kd:last-child {
  animation: customerStories_visibility3__FfQlg 15s forwards ease-in-out alternate;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:first-child .customerStories_flipping-animation__jezjR,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:first-child .customerStories_flipping-animation__jezjR {
  animation: customerStories_moveImage1__g_p1x 15s forwards ease-in-out alternate;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:nth-child(2) .customerStories_flipping-animation__jezjR,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:nth-child(2) .customerStories_flipping-animation__jezjR {
  transform: translate(0, 20px) scale(1);
  animation: customerStories_moveImage2__EUbp9 15s forwards ease-in-out alternate;
}
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:first-child .customerStories_infos_content-container__8Go74:last-child .customerStories_flipping-animation__jezjR,
.customerStories_section_infos-alt__aUGEk .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:last-child .customerStories_flipping-animation__jezjR {
  transform: translate(0, 0) scale(0.95);
  animation: customerStories_moveImage3__SSWH3 15s forwards ease-in-out alternate;
}

.customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:nth-child(2) img {
  transform: translate(0, 20px) scale(1.05) !important;
}
.customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP:last-child .customerStories_infos_content-container__8Go74:nth-child(2) .customerStories_flipping-animation__jezjR {
  animation: customerStories_moveImage4__twKMz 15s forwards ease-in-out alternate !important;
}

.customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP .customerStories_infos_content-images__ty7Gd img {
  max-width: 100% !important;
}
@media (max-width: 500px) {
  .customerStories_section_infos__11B7u .customerStories_section_infos_block__YB0BP .customerStories_infos_content-images__ty7Gd img {
    width: 94% !important;
  }
}

.customerStories_dynamic-txts__kQdaG.customerStories_isVendor__izTeZ span,
.customerStories_dynamic-txts-2__NHYRB.customerStories_isVendor__izTeZ span {
  color: #d42d60 !important;
}

.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 30% !important;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  padding: 0 !important;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ {
  margin-top: 0 !important;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97::before {
  content: counter(section);
  left: 5px !important;
  top: 0px !important;
  margin-right: -12px;
  position: absolute;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #008FD0;
  z-index: 1;
  font-family: "Inter";
  font-weight: 800;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC,
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC {
    flex-direction: column !important;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ,
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 .customerStories_card_img__icldQ {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97,
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_solutions-body__PTaBC .customerStories_card__D5n97 {
    width: 100% !important;
  }
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_col__W7S4D,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_col__W7S4D {
  width: 100% !important;
  padding: 0 !important;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_button__B95RJ,
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_button__B95RJ {
  margin-top: 56px;
}

.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_solutions-body__BZ_bn .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
  margin-bottom: 30px;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
  align-self: flex-start;
  order: 6;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: -0.363363px;
  }
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg {
  text-align: center;
  order: 3;
  margin-bottom: 30px;
  font-size: 18px;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg span {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404f5e;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_button__B95RJ {
  order: 4;
  margin: 0;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-title__mzEHl {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  order: 2;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-title__mzEHl {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137%;
    letter-spacing: -0.363363px;
  }
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_promo-video__83LMA {
  margin-top: 40.45px;
  order: 5;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D {
    align-items: initial !important;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
    order: 1;
    text-align: left !important;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-title__mzEHl {
    order: 2;
    text-align: left !important;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_promo-video__83LMA {
    order: 3;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg {
    order: 4;
    text-align: left !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_button__B95RJ {
    order: 5;
  }
  .customerStories_section_solutions-alt__u5tj4.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
    order: 6;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_solutions-body__BZ_bn .customerStories_card__D5n97 .customerStories_card_desc__FsH1r {
    margin-bottom: 30px;
  }
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_solutions-body__BZ_bn .customerStories_card__D5n97::before {
  color: #1b97dd !important;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_solutions-body__BZ_bn .customerStories_card__D5n97::before {
    color: #d42d60 !important;
    left: -5px !important;
  }
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
  align-self: flex-start;
  order: 6;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg {
  text-align: center;
  order: 3;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg span {
  font-weight: 700;
  color: #404f5e;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_button__B95RJ {
  order: 4;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-title__mzEHl {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  order: 2;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center !important;
  color: #d42d60;
  order: 1;
}
.customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_promo-video__83LMA {
  margin-top: 50px;
  order: 5;
}
@media (max-width: 600px) {
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D {
    align-items: initial !important;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-subtitle__FFrmO {
    order: 1;
    text-align: left !important;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-title__mzEHl {
    order: 2;
    text-align: left !important;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_promo-video__83LMA {
    order: 3;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_section_head-text__IVXlg {
    order: 4;
    text-align: left !important;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D .customerStories_button__B95RJ {
    order: 5;
  }
  .customerStories_section_solutions-proposals__Xh572.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
    order: 6;
    margin-top: 80px;
  }
}

.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-areas: "title img" "desc img" "button img";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ {
    grid-template-areas: "title" "img" "desc" "button";
    grid-template-columns: 1fr;
  }
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ h2 {
  grid-area: title !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  grid-area: img !important;
}
@media (max-width: 600px) {
  .customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
    margin-top: 40px !important;
  }
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ .customerStories_infos_content-desc__Uy3qJ {
  grid-area: desc !important;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ a {
  grid-area: button !important;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ .customerStories_button__B95RJ {
  width: 120px !important;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(even) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ {
  grid-template-areas: "img title" "img desc" "img button" !important;
}
@media (max-width: 600px) {
  .customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(even) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ {
    grid-template-areas: "title" "img " "desc" "button" !important;
  }
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(even) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  justify-self: flex-start;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(odd) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  justify-self: flex-end;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(1) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  width: 100% !important;
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(3) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(4) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
    margin-left: -50px;
  }
}
.customerStories_section_infos-alt__aUGEk.customerStories_isVendor__izTeZ .customerStories_section_infos_block__YB0BP:nth-child(5) .customerStories_infos_content__S4_QM.customerStories_isVendor__izTeZ img {
  width: initial !important;
}

@media (max-width: 600px) {
  .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    background: url("/static/images/solutions/hero_vendor_sm.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10% 75% !important;
  }
}
@media (max-width: 980px) {
  .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 415px) {
  .customerStories_banner__cBf1D.customerStories_isVendor__izTeZ {
    padding-bottom: 210px !important;
  }
}
.customerStories_banner__cBf1D.customerStories_isVendor__izTeZ .customerStories_banner-title-sm__GuaEm span {
  color: #d42d60;
}

.customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
  font-size: 40px !important;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .customerStories_isVendor__izTeZ .customerStories_section_head__dMN0D h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 137%;
  }
}
.customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ {
  font-weight: bold;
  font-size: 18.0967px;
  line-height: 22px;
  border-radius: 50px;
  width: 270px !important;
  height: initial !important;
  padding: 13px 38px !important;
  justify-content: center;
}
@media (max-width: 600px) {
  .customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ {
    width: auto !important;
  }
  .customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ:nth-child(1) {
    padding: 13px 70px !important;
    margin-bottom: 30px;
  }
  .customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ:nth-child(2) {
    padding: 11px 38px !important;
  }
  .customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ::after {
    position: static;
  }
}
.customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ::after {
  right: 20px;
  transition: 0.5s;
}
.customerStories_isVendor__izTeZ .customerStories_bannerBtns__h7E4E .customerStories_button__B95RJ:hover::after {
  right: 17px;
}
.customerStories_isVendor__izTeZ .customerStories_button__B95RJ {
  color: #fff !important;
  background: #d42d60 !important;
}

.customerStories_the_pain__U1T2v.customerStories_isVendor__izTeZ .customerStories_section_head-subtitle__FFrmO {
  color: #d42d60;
}
.customerStories_the_pain__U1T2v.customerStories_isVendor__izTeZ .customerStories_section_body-content__mcwae div {
  font-size: 18px;
}
@media (max-width: 600px) {
  .customerStories_the_pain__U1T2v.customerStories_isVendor__izTeZ .customerStories_section_body-content__mcwae div {
    font-size: 16px;
  }
}
.customerStories_the_pain__U1T2v.customerStories_isVendor__izTeZ .customerStories_section_body-content__mcwae div span {
  font-weight: bold;
  color: #404f5e !important;
}
@media (max-width: 600px) {
  .customerStories_the_pain__U1T2v.customerStories_isVendor__izTeZ .customerStories_section_body-content__mcwae div span {
    color: #d42d60 !important;
  }
}

@keyframes customerStories_visibility1__J4OVQ {
  0% {
    z-index: 3;
  }
  32% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  34% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  64% {
    z-index: -3;
  }
  66% {
    z-index: -2;
  }
  96% {
    z-index: -2;
  }
  98% {
    z-index: -1;
  }
}
@keyframes customerStories_visibility2__5fz5I {
  0% {
    z-index: 2;
  }
  32% {
    z-index: 2;
  }
  34% {
    z-index: 3;
  }
  64% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  66% {
    z-index: -3;
    perspective: none;
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
    z-index: -3;
    perspective: none;
  }
  96% {
    z-index: -3;
    perspective: none;
  }
  98% {
    z-index: -2;
  }
}
@keyframes customerStories_visibility3__FfQlg {
  0% {
    z-index: 1;
  }
  32% {
    z-index: 1;
  }
  34% {
    z-index: 2;
  }
  64% {
    z-index: 2;
  }
  66% {
    z-index: 3;
  }
  96% {
    z-index: 3;
    perspective: 1000px;
    opacity: 1;
  }
  98% {
    z-index: -4;
    perspective: none;
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    z-index: -4;
    opacity: 1;
    perspective: none;
  }
}
@keyframes customerStories_moveImage4__twKMz {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.1);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1.05);
  }
}
@keyframes customerStories_moveImage1__g_p1x {
  0% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  32% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  34% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  36% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  64% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  66% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  96% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
  98% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
}
@keyframes customerStories_moveImage2__EUbp9 {
  0% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  32% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  34% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  64% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  66% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  68% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  96% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
  98% {
    transform: translate(0, 20px) rotateX(360deg) scale(1);
  }
}
@keyframes customerStories_moveImage3__SSWH3 {
  0% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  32% {
    transform: translate(0, 0) rotateX(1turn) scale(0.95);
  }
  34% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  64% {
    transform: translate(0, 20px) rotateX(1turn) scale(1);
  }
  66% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  96% {
    transform: translate(0, 40px) rotateX(1turn) scale(1.05);
  }
  98% {
    transform: translate(0, 100%) rotateX(240deg);
  }
  100% {
    transform: translate(0, 0) rotateX(360deg) scale(0.95);
  }
}
.customerStories_customer_stories__2q_le {
  padding-top: 136px;
  box-sizing: border-box;
  background-image: url("/images/shapes/shape-7.svg");
  background-repeat: no-repeat;
  background-size: 100% 692px;
}
@media (max-width: 600px) {
  .customerStories_customer_stories__2q_le {
    background-image: url("/images/shapes/shape-28.svg");
    background-position-y: -1%;
    background-size: 100% 18%;
  }
}
