/*
  B2B page styles
*/

.b2b-page {
  width: 100%;
  overflow-x: hidden;
  letter-spacing: -0.0609em;
  padding-bottom: 50px;

  --primary: #0E55FC;
  --primary-300: #4175C2;
  --utorg-red: #EB5757;
  --utorg-gray: #5A6170;
  --utorg-dark-gray: #8B959F;
  --border-radius-base: 6px;
}

.button--blue {
  min-width: 260px;
  border: none;
  background: #0E55FC;
  border-radius: var(--border-radius-base);
  padding: 17px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  line-height: 24px;
  transition: box-shadow 0.3s ease-out;
}

.button--blue:hover {
  box-shadow: 0 10px 30px rgba(14, 85, 252, 0.3);
}

.b2b-page .b2b-section:not(:last-child) {
  margin-bottom: 160px;
}

.b2b-page h2 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 800;
}

.b2b-page h3 {
  font-size: 24px;
  font-weight: 700;
}

.b2b-page .b2b-error {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  color: var(--utorg-red);
}

.b2b-page .text-helper {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 6px;
  color: var(--utorg-gray)
}

.b2b-page .text-helper.error {
  color: var(--utorg-red);
}

.b2b-page .b2b-additional-info-content {
  margin-bottom: 44px;
}

.b2b-page .b2b-text-area {
  height: 246px;
  resize: none;
  border-radius: 8px;
}

.b2b-page .b2b-text-area::-webkit-scrollbar {
  width: 6px;
}

.b2b-page .b2b-text-area::-webkit-scrollbar-track {
  border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.b2b-page .b2b-text-area::-webkit-scrollbar-thumb {
  background-color: var(--utorg-gray);
  border-radius: 8px;
}

.b2b-page .b2b-input-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border: 2px solid rgba(125, 147, 168, 0.17);
  min-width: 480px;
  padding: 23px 18px;
}

.b2b-page .b2b-input-text.error {
  border-color: var(--utorg-red);
}

.b2b-page .b2b-input-text:hover {
  border-color: rgba(14, 85, 252, 0.17);
}

.b2b-page .b2b-input-text:focus {
  outline: none;
  border-color: var(--primary);
}
.b2b-page .b2b-input-text::placeholder,
.b2b-page .b2b-text-area::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: var(--utorg-gray);
  font-family: 'Inter';
}

.b2b-page input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid var(--utorg-gray);
  border-radius: 2px;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

.b2b-page input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transition: 0.12s transform ease-in-out;
  background-color: var(--primary);
}

.b2b-page input[type="checkbox"]:checked::before {
  transform: scale(1);
}


.b2b-page input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  max-width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #7D93A82B;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: border-color 0.3s ease-in-out;
}

input[type="radio"]::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary);
}

input[type="radio"]:hover,
input[type="radio"]:checked {
  border-color: var(--primary);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.b2b-page .b2b-checkbox-wrapper  {
  font-size: 14px;
  font-weight: 600;
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: var(--utorg-gray);
  cursor: pointer;
}

.b2b-page .b2b-checkbox-wrapper:hover  {
  color: black;
}

.b2b-page .b2b-checkbox-wrapper:hover input[type="checkbox"]  {
  border-color: var(--primary);
  cursor: pointer;
}

.b2b-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: auto;
}

.b2b-background-wrapper {
  position: absolute;
  top: 0;
  left: calc((100% - 1920px) / 2);
  width: 1920px;
  z-index: 0;
  /*height: 7000px;*/
  /*overflow-x: hidden;*/
}

.b2b-background-wrapper .mesh-grad-main {
  position: absolute;
  left: 484px;
  top: 0;
  background: url(/img/b2b/mesh-grad-main.webp);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1469px;
  height: 1099px;
}

.b2b-background-wrapper .mesh-grad-left {
  left: -950.63px;
  top: -334.13px;
  transform: matrix(-0.3, -0.95, -0.95, 0.3, 0, 0);
  position: absolute;
  background: url(/img/b2b/mesh-grad-main.webp);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1469px;
  height: 1099px;
}


.b2b-background-wrapper .mesh-grad-middle-right {
  left: 678px;
  top: 2948px;
  opacity: 0.3;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  background: url(/img/b2b/mesh-grad-main.webp);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1321px;
  height: 1029px;
}


.b2b-background-wrapper .mesh-grad-bottom {
  width: 929.55px;
  height: 1117.71px;
  left: -481px;
  top: 4310px;
  opacity: 0.5;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  background: url(/img/b2b/mesh-grad-main.webp);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}


.b2b-background-wrapper .mesh-grad-bottom-right {
  right: -128px;
  top: 4273px;
  opacity: 0.5;
  position: absolute;
  background: url(/img/b2b/mesh-grad-main.webp);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1377px;
  height: 1003px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}


.b2b-background-wrapper .dots {
  position: absolute;
  background: url("/img/b2b/dots-group.svg");
  height: 427px;
  width: 360px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.b2b-background-wrapper .left-dots-top {
  top: 412px;
  left: 823px;
}

.b2b-background-wrapper .right-dots-top {
  top: 112px;
  left: 1195px;
}

.b2b-background-wrapper .right-dots-bottom {
  top: 4600px;
  right: 297px;
}


/*
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
************************************************************************************************
 */



/*
B2B - top section style
*/
.b2b-page .b2b-top-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 50px;
  margin-bottom: 120px
}

.b2b-top-section .title-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: 1 / 1 / 3 / 4;
  width: 700px;
}

.b2b-top-section .subtitle-cell {
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-300);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  grid-area: 3 / 1 / 4 / 3;
  gap: 40px;
  margin-top: 18px;
}

.b2b-top-section .images-cell {
  padding: 30px 0;
  display: flex;
  gap: 25px;
  grid-area: 1 / 4 / 6 / 6;
}

.b2b-top-section .badges-cell {
  padding-top: 50px;
  grid-area: 4 / 1 / 6 / 4;
}


.b2b-top-section h1 {
  font-size: 80px;
  font-weight: 800;
  /*animation: move 4s linear infinite;*/
  background-image: linear-gradient(to right, #0E55FC, #8000FF, #EC5BC3, #0E55FC);
  background-size: 200% auto;
  line-height: 86px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes move {
  to {
    background-position: 200% center;
  }
}

.b2b-top-section .phone-left {
  width: 200.18px;
  height: 552.26px;
  margin-bottom: 90px;
  transform: translatey(0px);
  animation: float-left 6s ease-in-out infinite;
}

@keyframes float-left {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}


.b2b-top-section .phone-right {
  width: 216.27px;
  height: 555.79px;
  margin-top: 90px;
  transform: translatey(-20px);
  animation: float-right 8s ease-in-out infinite;
}

.b2b-top-section .phone-retina {
  display: none;
}

@keyframes float-right {
  0% {
    transform: translatey(-20px);
  }
  50% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(-20px);
  }
}


.b2b-top-section .trusted-by-wrapper {
  color: var(--utorg-gray);
  font-weight: 600;
}

.b2b-top-section .trusted-by-wrapper .trusted-by-icons {
  min-width: 310px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.b2b-top-section .perfect-fit-icons {
  min-width: 310px;
  white-space: nowrap;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.b2b-top-section .perfect-fit-by-wrapper {
  color: var(--utorg-gray);
  font-weight: 600;
}

.b2b-top-section .perfect-fit-icons span {
  font-size: 0.88em;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.5);
  color: var(--utorg-gray);
  display: inline-block;
  padding: 8px 12px;
}

/*
SCALE GLOBALLY CARD
*/

.b2b-scale-section  {
  display: flex;
  gap: 16px;
}

.b2b-scale-card  {
  position: relative;
  border-radius: var(--border-radius-base);
  height: 400px;
  width: 363px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #FFFFFF;
  padding: 20px 25px 36px 36px;
  cursor: pointer;
}

.b2b-scale-card  h3 {
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 18px;
  transition: color 0.2s ease-out;
}

.b2b-scale-card  h3 .pale-color {
  color: var(--utorg-gray);
  transition: color 0.2s ease-out;
}

.b2b-scale-card:hover  h3 {
  color: var(--primary);
}

.b2b-scale-card:hover  h3 .pale-color {
  color: rgba(14, 85, 252, 0.5);
}


.b2b-scale-card  p {
  max-height: 0;
  font-weight: 500;
  overflow: hidden;
  color: var(--utorg-gray);
  transition: max-height 1s ease-in-out;
}

.b2b-scale-card:hover  p {
  max-height: 400px;
}

.b2b-scale-card__badges-wrapper {
  position: absolute;
  top: 20px;
  right: 9px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.b2b-scale-card__badge {
  font-weight: 500;
  display: grid;
  place-items: center;
  width: 58px;
  height: 40px;
  background: #F5F6F7;
  filter: saturate(0);
  opacity: 0.5;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out ;
}

.b2b-scale-card:hover .b2b-scale-card__badge {
  opacity: 1;
  filter: saturate(1);
}


/*
get profit
*/
.b2b-get-profit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.b2b-get-profit h2 {
  font-size: 64px;
  margin-bottom: 16px;
  text-align: center;
}

.b2b-get-profit img {
  padding-bottom: 32px;
  max-width: 892px;
  width: 100%;
}

.b2b-get-profit p {
  font-weight: 600;
  font-size: 24px;
  color: var(--utorg-gray);
  padding-bottom: 48px;
}

/*
SILVER BULLET SECTION
*/
.b2b-silver-bullet__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.b2b-silver-bullet .silver-bullet-card {
  position: relative;
  flex: 1;
  max-width: 270px;
  display: flex;
  flex-direction: column;
}

.b2b-silver-bullet .silver-bullet-card h3 {
  padding-top: 24px;
  padding-bottom: 12px;
}

.b2b-silver-bullet .silver-bullet-card p {
  color: var(--utorg-gray);
  font-size: 24px;
  font-weight: 700;
}

.b2b-silver-bullet .silver-bullet-card img {
  height: 156px;
  margin-right: auto;
}


/*
UNDER THE HOOD SECTION
*/

.b2b-under-hood {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.b2b-under-hood > div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.b2b-under-hood > div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

.b2b-under-hood > div:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}


.b2b-under-hood .under-hood-card {
  border-radius: var(--border-radius-base);
  background: #FFFFFF;
  padding: 36px 32px 24px 36px;
  display: flex;
  flex-direction: column;
}

.b2b-under-hood .under-hood-card img {
  max-width: 597px;
  width: 100%;
  margin: 45px auto 0;
}

.b2b-under-hood .under-hood-card p {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--utorg-gray);
  max-width: 420px;
}



/*
FAQ SECTION
*/

.b2b-faq-question {
  overflow: hidden;
  margin-bottom: 32px;
  max-width: 782px;
}

.b2b-faq-question h3 {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.b2b-faq-question .b2b-faq-question__title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.b2b-faq-question button {
  margin: 0 10px;
  display: grid;
  height: 27px;
  width: 27px;
  place-items: center;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

.b2b-faq-question button .faq-rectangle {
  background: black;
  width: 3px;
  height: 27px;
  transition: transform 0.3s linear;
}

.b2b-faq-question button .faq-rectangle:first-child {
  position: absolute;
  transform: rotate(90deg);
}

.b2b-faq-question__open button .faq-rectangle:nth-child(2) {
  transform: rotate(90deg);
}


.b2b-faq-question .faq-answer-wrapper {
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.b2b-faq-question p {
  max-width: 700px;
  color: var(--utorg-gray);
  /*max-height: 0;*/
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition-delay: 0s;
}


/**
SURVEY SECTION
*/
.b2b-survey {
  display: flex;
  gap: 12px;
}

.b2b-survey-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  margin-bottom: 24px;
}

.b2b-survey-title h1 {
  text-align: center;
  font-weight: 800;
  font-size: 64px;
}

.b2b-survey-title p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--utorg-gray);
}

.b2b-survey__contents {
  padding: 32px 24px;
  border-radius: var(--border-radius-base);
  background-color: white;
  flex: 0 0 300px;
}

.b2b-survey__contents h3 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 32px;
}

.b2b-survey__contents__mobile-title {
  display: none;
}

.b2b-survey__contents li {
  font-size: 14px;
  color: var(--utorg-gray);
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 20px;
}

.b2b-survey__contents .b2b-survey__contents__active-question {
  color: var(--primary);
}

.b2b-survey__contents .b2b-survey__contents__past-question {
  color: black;
  position: relative;
  width: max-content;
}

.b2b-survey__contents .b2b-survey__contents__past-question::after {
  content: '';
  position: absolute;
  background-image: url("/img/b2b/question-check.svg");
  height: 10px;
  width: 10px;
  right: -16px;
  top: 3px;
}

.b2b-survey__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 490px;
  border-radius: var(--border-radius-base);
  overflow: hidden;
  background: white;
  flex: 1;
}

.b2b-survey__wrapper h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 32px;
}

.b2b-survey__counter-wrapper {
  display: flex;
  justify-content: flex-end;
}

.b2b-survey__counter {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-right: 20px;
  padding: 9px 12px;
  border-radius: 4px;
  color: var(--utorg-gray);
  background: rgba(163, 171, 188, 0.1);
}

.b2b-survey__wrapper__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 48px;
}

.b2b-survey__wrapper__main p {
  font-weight: 600;
  font-size: 16px;
}

.b2b-survey__wrapper__bottom {
  border-top: 1px solid #EDEEF2;
  display: flex;
  justify-content: space-between;
}

.b2b-survey__back-btn {
  border: none;
  border-right: 1px solid rgba(163, 171, 188, 0.2);
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  color: var(--utorg-gray);
  padding: 17px;
  display: grid;
  place-items: center;
  min-width: 180px;
  transition: color 0.3s ease-out;
  line-height: 24px;
  font-size: 16px;
}

.b2b-survey__back-btn:hover {
  color: var(--primary);
}

.b2b-survey__next-btn {
  border: none;
  cursor: pointer;
  font-weight: 600;
  background: var(--primary);
  color: rgba(255, 255, 255, 1);
  padding: 17px;
  display: grid;
  place-items: center;
  min-width: 180px;
  margin-left: auto;
  transition: color 0.3s ease-out;
  line-height: 24px;
  font-size: 16px;
}

.b2b-survey__next-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.b2b-survey-start {
  position: relative;
  display: grid;
  place-items: center;
}

.b2b-survey-start h1 {
  font-weight: 800;
  font-size: 36px;
}

.b2b-survey-start p {
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
  font-weight: 600;
  color: var(--utorg-gray);
}

.b2b-radio-wrapper {
  display: flex;
  gap: 12px;
}

.b2b-radio-card {
  overflow: hidden;
  word-break: break-all;
  position: relative;
  border-radius: var(--border-radius-base);
  background-color: white;
  color: #A3ABBC1A;
  border: 1px solid rgba(125, 147, 168, 0.17);
  width: 146px;
  height: 195px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.b2b-radio-card:hover  {
  color: #0E55FC1A;
}

.b2b-radio-card:hover input[type="radio"] {
  border-color: var(--primary);
}

.b2b-radio-card:hover .b2b-radio-card__content {
  color: var(--primary);
}

.b2b-radio-card--active {
  background-color: var(--primary);
}

.b2b-radio-card--active:hover .b2b-radio-card__content,
.b2b-radio-card--active .b2b-radio-card__content {
  color: white;
}

.b2b-radio-card span {
  font-size: 55px;
  font-weight: 800;
  line-height: 0.8em;
}

.b2b-radio-card__content {
  display: flex;
  flex-direction: column;
  color: black;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 16px 24px 16px;
  transition: color 0.3s ease-in-out;

}

.b2b-radio-card__content h3 {
  font-size: 18px;
}

.b2b-radio-card__content input {
  align-self: center;
}


/*
APP SUBMITTED
 */

.b2b-app-submitted {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.b2b-app-submitted img {
  height: 61px;
  width: 61px;
  margin-bottom: 15px;
}

.b2b-app-submitted h1 {
  margin-bottom: 6px;
  text-align: center;
}

.b2b-app-submitted p {
  color: var(--utorg-gray);
  text-align: center;
}

/*
BUSINESS DESCRIPTION
*/
.b2b-business-description {
  padding: 32px 0;
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
}

.b2b-business-description__option {
  display: flex;
  gap: 12px;
  position: relative;
  padding: 14px;
  background-color: #A3ABBC1A;
  border-radius: 4px;
  cursor: pointer;
}

.b2b-business-description__option--other {
  outline: 1px solid var(--primary);
  background-color: white;
}


.b2b-business-description__option--other input {
  flex: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
  color: black;
}

.b2b-business-description__option--other input:focus  {
  outline: none;
}

.b2b-business-description__option:hover {
  background-color: #0E55FC1A;
}

.b2b-business-description__option:hover input[type="radio"] {
  border-color: var(--primary);
  cursor: pointer;
}

.b2b-business-description__option .b2b-checkbox-wrapper {
  margin: 0;
  font-weight: 600;
  color: black;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .b2b-top-section .phone-normal {
    display: none;
  }

  .b2b-top-section .phone-retina {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {

  .b2b-page {
    padding-bottom: 0;
  }

  .b2b-page .b2b-section:not(:last-child) {
    margin-bottom: 120px;
  }

  /*
  TOP SECTION
   */

  .b2b-top-section .title-cell {
    grid-area: 1 / 1 / 3 / 6;
    width: 100%;
    max-width: 700px;
  }

  .b2b-top-section .subtitle-cell {
    grid-area: 3 / 1 / 4 / 3;
  }

  .b2b-top-section .images-cell {
    grid-area: 3 / 3 / 5 / 6;
    justify-content: center;
    position: relative;
    top: -50px;
    margin-left: calc(430px - 50vw);
  }

  .b2b-top-section .badges-cell {
    grid-area: 4 / 1 / 5 / 3;
  }

  .b2b-top-section .phone-left {
    width: 150.13px;
    height: 414.19px;
  }

  .b2b-top-section .phone-right {
    width: 162.2px;
    height: 416.84px;
  }

  /*
  SCALE GLOBALLY
   */
  .b2b-scale-card h3 {
    font-size: 36px;
  }

  /*
  UNDER THE HOOD
 */

  .b2b-under-hood {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .b2b-under-hood > div:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }

  .b2b-under-hood > div:nth-child(2) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .b2b-under-hood > div:nth-child(3) {
    grid-area: 3 / 2 / 4 / 3;
  }

  /*
  SURVER SECTION
   */
  .b2b-survey {
    flex-direction: column;
  }

  .b2b-survey__contents {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 42px;
    flex: 0 1 72px;
    gap: 42px;
  }

  .b2b-survey__contents h3 {
    white-space: nowrap;
    padding-bottom: 0;
  }

  .b2b-survey__contents ul {
    display: flex;
    gap: 16px;
  }

  .b2b-survey__contents ul li {
    flex: 1;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .b2b-survey__contents .b2b-survey__contents__past-question {
    display: none;
  }

  .b2b-survey-title p {
    font-size: 18px;
  }

}

@media only screen and (max-width: 670px) {

  .b2b-page .b2b-input-text {
    max-width: 480px;
    min-width: 100%;
  }


  /*
  TOP SECTION
   */

  .b2b-top-section h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .b2b-top-section {
    grid-template-columns: 1fr;
  }

  .b2b-page .b2b-top-section {
    margin-bottom: 100px;
  }

  .b2b-top-section .title-cell {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
  }

  .b2b-top-section .subtitle-cell {
    grid-area: 2 / 1 / 3 / 2;
  }

  .b2b-top-section .images-cell {
    grid-area: 3 / 1 / 4 / 2;
    position: static;
    margin-left: 0;
    margin-top: 40px
  }

  .b2b-top-section .images-cell img {
    max-width: 45%;
  }

  .b2b-top-section .badges-cell {
    grid-area: 4 / 1 / 5 / 2;
  }

  .b2b-top-section .perfect-fit-by-wrapper {
    margin-top: 25px;
  }

  /*
  SCALE GLOBALLY
   */

  .b2b-scale-section {
    flex-direction: column;
  }



  .b2b-scale-section .b2b-scale-card {
    flex: 1 1 400px;
    width: 100%;
  }

  /*
  GET PROFIT SECTION
   */
  .b2b-get-profit h2 {
    font-size: 36px;
  }


  /*
  SILVER BULLET SECTION
   */
  .b2b-silver-bullet__wrapper {
    flex-direction: column;
    gap: 36px;
  }

  .b2b-silver-bullet__wrapper .silver-bullet-card {
    max-width: 100%;
  }


  /*
  UNDER THE HOOD
   */
  .b2b-under-hood {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .b2b-under-hood > div:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }

  .b2b-under-hood > div:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }

  .b2b-under-hood > div:nth-child(3) {
    grid-area: 4 / 1 / 5 / 3;
  }

  /*
  SURVEY SECTION
   */

  .b2b-survey__wrapper__main {
    padding: 2px 16px;
  }

  .b2b-survey__contents__title {
    display: none;
  }

  .b2b-survey__contents__mobile-title {
    display: block;
  }

  .b2b-business-description {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .b2b-radio-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .b2b-radio-card {
    width: 140px;
    height: 180px;
  }

  .b2b-survey-title h1 {
    font-size: 36px;
  }

  .b2b-survey__back-btn,
  .b2b-survey__next-btn {
    min-width: 0;
    flex: 1;
  }
}
