.ss-btn-xl {padding: 12px 28px;}
.new-ss-preview-bg {background-color: #C1E6F4;}
.new-ss-bg-grey {
  background-color: #EEECED;
}

.new-ss-preview {
  display: flex;
  align-items: stretch;
  min-height: 600px;
  max-height: 620px;
}

.new-ss-preview > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 0 40px;
  box-sizing: border-box;
}

.new-ss-preview > div:first-child .ss-btn-xl{
  width: fit-content;
}

.new-ss-preview > div:last-child {
  min-width: 580px;
  overflow: hidden;
}

.new-ss-preview > div:last-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-ss-our-services {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-our-services-title {
  display: flex;
  align-items: center;
  padding: 60px 40px 40px 40px;
  box-sizing: border-box;
  background-color: #EEECED;
}

.new-ss-our-services > div:first-child > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 4px 0 0 0;
}

.new-ss-our-services > div:first-child ul > li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 40px;
  background-color: #EEECED;
  box-sizing: border-box;
}

.new-ss-our-services > div:first-child ul > li > img {
  width: 40px;
  height: 40px;
}

.new-ss-our-services > div:last-child {
  position: relative;
  min-width: 580px;
  overflow: hidden;
  background-color: #FED700;
}

.new-ss-flying-logos-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  background: rgba(255, 221, 0, 0.90);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}

.new-ss-flying-logos-content .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-ss-what-we-offer {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 44px 40px;
  box-sizing: border-box;
}

.new-ss-offer-list {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-offer-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.new-ss-offer-list:first-child > .new-ss-offer-item:first-child {
  gap: 40px;
}

.new-ss-offer-item-icon {
  padding: 20px;
  background-color: #FD0;
  box-sizing: border-box;
}

.new-ss-offer-item .ss-btn-xl {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-ss-offer-item > div {
  align-items: flex-start;
}

.new-ss-offer-item > div > img {
  width: 40px;
  height: 40px;
}

.new-ss-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 204px;
  background: linear-gradient(87deg, #EDECED 0%, #B6CBF4 100%), linear-gradient(87deg, #EDECED 0%, #4A80B5 100%);
  box-sizing: border-box;
}

.new-ss-banner > p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.new-ss-why-sup {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-why-sup-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-ss-why-sup-content > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 60px 40px 40px 40px;
  background: #EEECED;
  box-sizing: border-box;
}

.new-ss-why-sup-content > ul {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.new-ss-why-sup-content > ul > li {
  flex: 1;
  display: flex;
  gap: 24px;
  background-color: #EEECED;
  padding: 24px 40px;
  box-sizing: border-box;
}

.new-ss-why-sup > div:last-child > img {
  width: 100%;
  height: 100%;
  max-height: 790px;
  object-fit: cover;
}

.new-ss-how-it-works {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 40px;
  background-color: #112;
  box-sizing: border-box;
}

.new-ss-how-it-works-swiper {
  margin: 0;
}

.new-ss-how-it-works-swiper-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 40px;
  box-sizing: border-box;
}

.new-ss-how-it-works-swiper-item > img {
  position: absolute;
  z-index: -1;
  top: 16px;
  left: 8px;
  width: 100%;
  max-height: 16px;
  object-fit: cover;
}

.new-ss-how-it-works-swiper-item > div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FD0;
}

.new-ss-how-it-works-swiper-item > h3 {
  margin-top: 8px;
}

.new-ss-how-it-works-swiper-item a {
  color: #FD0;
}

.new-ss-how-it-works-swiper .swiper-button-next, 
.new-ss-how-it-works-swiper .swiper-button-prev {
  top: inherit;
  bottom: 0px;
  color: #FFDD00 !important;
}

.new-ss-how-it-works-swiper .swiper-button-next {
  right: 16px;
}

.new-ss-how-it-works-swiper .swiper-button-prev {
  left: 0px;
}

.new-ss-channels > div {
  position: relative;
  overflow: hidden;
}

.new-ss-channels svg {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.new-ss-channels > div:first-child > svg {
  left: calc(50% - 90px);
}

.new-ss-channels > div:last-child > svg {
  left: calc(50% - 200px);
}

.new-ss-channels > div > p {
  margin-bottom: 40px !important;
}

.new-ss-channels.service-channel .channels-list {
  height: 240px !important;
}

.new-ss-channels.service-channel .channels-list > li:last-child {
  right: 0px;
}

.new-ss-security {
  display: flex;
  align-items: stretch;
  gap: 4px;
}

.new-ss-security > div:first-child {
  min-width: 465px;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #D6F5F7;
  padding: 40px;
  box-sizing: border-box;
}

.new-ss-security-awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.new-ss-security-awards > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #D6F5F7;
  padding: 40px;
  box-sizing: border-box;
}

.new-ss-security-awards > div > img {
  width: 128px;
  height: 48px;
}

.new-ss-client-review.ss-client-review > div:first-child {
  min-width: 465px;
  max-width: 465px;
  padding: 60px 40px;
  box-sizing: border-box;
}

.new-ss-client-review > #reviews {
  padding: 60px 74px;
}

.new-ss-client-review > #reviews .quote {
  min-height: 320px;
}

.new-ss-with-service {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 44px 40px;
  box-sizing: border-box;
}

.new-ss-with-service-title {
  display: flex;
  gap: 24px;
}

.new-ss-with-service-title > div {
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E1F1D5;
}

.new-ss-with-service-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 0;
  padding: 0;
}

.new-ss-with-service-lists > li {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.new-ss-with-service-lists > li > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-ss-with-service-lists > li > div > img {
  align-self: flex-start;
}

.new-ss-faq {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-faq-content > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-ss-faq-content > div > div {
  padding: 60px 40px 40px 40px;
  box-sizing: border-box;
}

.new-ss-faq-content > div > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.new-ss-faq-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 24px 40px;
  box-sizing: border-box;
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.new-ss-faq-item-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}

.new-ss-faq-item-header > img {
  transform: rotate(180deg);
  transition: transform .2s ease-in;
}

.new-ss-faq-item-header > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-ss-faq-item-hidden-content {
  display: flex;
  gap: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.new-ss-sticky {
  position: sticky;
  top: 94px;
  height: calc(100vh - 111px);
  transition: height 0.3s ease-in-out;
}

.new-ss-sticky > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.new-ss-faq-active-tab {
  gap: 16px;
}

.new-ss-faq-active-tab > .new-ss-faq-item-hidden-content {
  opacity: 1;
  max-height: 700px;
}

.new-ss-faq-active-tab .new-ss-faq-item-header > img {
  transform: rotate(0deg);
}

.new-ss-hubspot-form-section {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-hubspot-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #D0ECE5;
  padding: 40px;
  box-sizing: border-box;
}

.new-ss-hubspot-form .hs-richtext > p > strong{
  color: #161618;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.new-ss-hubspot-form .hs-additional_details > label > span,
.new-ss-hubspot-form .hs-workload_cnct > label > span {
  color: #161618 !important;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.new-ss-hubspot-form .input {
  border: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  max-width: inherit;
  min-width: inherit;
  font-size: 0px;
  margin-bottom: 0px;
  outline-color: none;
}

.new-ss-hubspot-form .hsfc-RichText p,
.new-ss-hubspot-form .hsfc-FieldLabel span > strong {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: var(--main-font);
  font-weight: bold;
  margin: 0;
  color: #161618 !important;
}

.new-ss-hubspot-form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}

.new-ss-hubspot-form .hsfc-Row {
  margin-bottom: 0px;
  gap: 4px;
}

.new-ss-hubspot-form .hsfc-Row:nth-child(1) {
  margin-bottom: 16px;
}

.new-ss-hubspot-form .hsfc-FieldLabel > span {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.5px;
  font-family: var(--main-font);
  color: #161618 !important;
}

.new-ss-hubspot-form .hsfc-TextInput,
.new-ss-hubspot-form .hsfc-TextareaInput {
  font-size: 15px;
  letter-spacing: 0.5;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #FFF;
  transition: all .2s ease-in;
  color: #161618 !important;
}

.new-ss-hubspot-form .hsfc-TextareaInput {
  height: 61px;
}

.new-ss-hubspot-form .hsfc-TextInput:hover,
.new-ss-hubspot-form .hsfc-TextInput:focus,
.new-ss-hubspot-form .hsfc-TextareaInput:hover,
.new-ss-hubspot-form .hsfc-TextareaInput:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.new-ss-hubspot-form .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  border: 1px solid #fff;
  background-color: #fff;
  transition: .2s ease-in;
  border-radius: 4px;
}

.new-ss-hubspot-form .hsfc-PhoneInput {
  gap: 4px;
}

.new-ss-hubspot-form .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput {
  border-left: 1px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.new-ss-hubspot-form .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput:hover,
.new-ss-hubspot-form .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput:focus {
  border-left: 1px solid #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.new-ss-hubspot-form .hsfc-PhoneInput__FlagAndCaret:hover {
  filter: brightness(100%);
  border: 1px solid #000 !important;
}

.new-ss-hubspot-form .hsfc-RadioFieldGroup__Options {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.new-ss-hubspot-form .hsfc-RadioFieldGroup__Options label {
  width: fit-content;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 12px 8px 8px;
  border-radius: 4px;
}

.new-ss-hubspot-form .hsfc-RadioInput {
  width: 12px;
  height: 12px;
  border-color: #1D1D1F;
  opacity: 0.5;
  padding: 0px;
}

.new-ss-hubspot-form .hsfc-RadioInput:hover,
.new-ss-hubspot-form .hsfc-RadioInput:focus,
.new-ss-hubspot-form .hsfc-CheckboxInput:hover,
.new-ss-hubspot-form .hsfc-CheckboxInput:focus {
  box-shadow: none;
}

.new-ss-hubspot-form .hsfc-RadioInput:checked {
  opacity: 1;
}

.new-ss-hubspot-form .hsfc-NavigationRow__Buttons:has(>*:only-child) {
  justify-content: flex-start;
}

.new-ss-hubspot-form .hsfc-ErrorAlert {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22.5px;
}

.form-element-1 {
  margin-top: 40px;
}

.new-ss-hubspot-form .hsfc-TextField>*:not(:last-child),
.new-ss-hubspot-form .hsfc-EmailField>*:not(:last-child),
.new-ss-hubspot-form .hsfc-PhoneField>*:not(:last-child),
.new-ss-hubspot-form .hsfc-TextareaField>*:not(:last-child) {
  margin-bottom: 4px;
}

.form-element-3,
.form-element-4 {
  margin-top: 12px;
}

.form-element-5 {
  margin-top: 40px;
}

.form-element-5 > div > label {
  margin-bottom: 16px !important;
}

.form-element-6 {
  margin-top: 32px;
}

.form-element-7 {
  margin-top: 16px;
  margin-bottom: 12px !important;
}

.form-element-8 {
  margin-bottom: 40px !important;
}

.new-ss-hubspot-form .hsfc-NavigationRow__Buttons > button {
  background-color: transparent;
}

.new-ss-hubspot-form .hsfc-NavigationRow__Alerts {
  margin-bottom: 4px;
}

.form-element-5 .hsfc-RadioFieldGroup__Options>*:not(:last-child) {
  margin-bottom: 0;
}

.new-ss-hubspot-form .hsfc-NavigationRow__Buttons {
  justify-content: flex-start;
  gap: 40px !important;
}

.new-ss-hubspot-form .hsfc-FieldLabel > span a {
  color: #1D1D1F;
  font-weight: 400;
}

.new-ss-hubspot-form .hsfc-CheckboxInput:checked:after {
  background-color: #ffffff !important;
}

.new-ss-hubspot-form .hsfc-CheckboxInput {
  border-color: transparent !important;
}

.new-ss-hubspot-form .hsfc-CheckboxInput:checked {
  background-color: #6FAC3A !important;
}

.new-ss-channels .channels-list li:nth-child(9) {
  min-width: 130px;
}

.new-ss-after-submitting-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-ss-after-submitting-text > p,
.new-ss-after-submitting-text > p a {
  font-size: 20px !important;
}

.new-ss-after-submitting-text > p:nth-child(1) {
  font-size: 40px !important;
  font-weight: bold;
}

.new-ss-after-submitting-text > p:nth-child(2) {
  margin-top: 24px;
  line-height: 27px !important;
}

.new-ss-hubspot-form .hsfc-CheckboxField label {
  align-items: flex-start;
}

.new-ss-hubspot-form .hsfc-CheckboxField label>input {
  position: relative;
  top: 2px;
}

/* Final Form Page */
.final-form-section {}

@media screen and (min-width: 1920px) {
  .new-ss-security > div:first-child {
    min-width: 580px;
    max-width: 580px;
  }

  .new-ss-client-review.ss-client-review > div:first-child {
    min-width: 580px;
    max-width: 580px;
  }
}

@media screen and (max-width: 1440px) {
  .new-ss-why-sup > div:last-child > img {
    max-height: 100%;
  }

  .new-ss-offer-item br {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .new-ss-client-review > #reviews {
    padding: 60px 32px;
  }
}

@media screen and (max-width: 1024px) {
  .new-ss-preview {
    min-height: inherit;
    max-height: inherit;
  }

  .new-ss-preview > div:first-child {
    padding: 32px 40px;
  }

  .new-ss-preview > div:last-child {
    display: none;
  }

  .new-ss-our-services > div:last-child {
    display: none;
  }

  .new-ss-offer-list {
    flex-wrap: wrap;
  }

  .new-ss-offer-item {
    flex-basis: 280px;
  }

  .new-ss-banner {
    padding: 60px 92px;
  }

  .new-ss-banner > h2,
  .new-ss-banner > p {
    text-align: center;
  }

  .new-ss-why-sup > div:last-child {
    display: none;
  }

  .new-ss-how-it-works .new-ss-how-it-works-swiper {
    padding-bottom: 64px;
  }

  .new-ss-how-it-works .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .new-ss-how-it-works .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #FD0 !important;
    background: transparent !important;
    opacity: 0.6 !important;
    transition: all .2s ease-in;
    transform-origin: center;
  }

  .new-ss-how-it-works .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #FD0 !important;
    opacity: 1 !important;
  }

  .new-ss-security {
    flex-direction: column;
  }

  .new-ss-security > div:first-child {
    min-width: inherit;
    max-width: 100%;
  }

  .new-ss-client-review {
    flex-direction: column;
  }

  .new-ss-client-review.ss-client-review > div:first-child {
    min-width: inherit;
    max-width: 100%;
  }

  .new-ss-offer-list {
    gap: 48px;
  }

  .new-ss-faq > div:first-child {
    display: none;
  }

  .new-ss-how-it-works {
    padding-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .new-ss-hubspot-form-section > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .new-ss-preview > div:first-child {
    padding: 32px 16px;
  }

  .new-ss-preview {
    min-height: inherit;
  }

  .new-ss-preview > div:first-child .f65 {
    font-size: 40px;
  }

  .new-ss-preview > div:first-child .f-lh71-5 {
    line-height: 54px;
  }

  .new-ss-preview > div:first-child .f25 {
    font-size: 18px;
  }

  .new-ss-preview > div:first-child {
    gap: 0px;
  }

  .new-ss-preview > div:first-child > p {
    margin-top: 24px;
    margin-bottom: 32px !important;
  }

  .new-ss-preview > div:first-child .ss-btn-xl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .new-ss-our-services-title {
    padding: 32px 16px;
  }

  .new-ss-our-services-title .f-lh54 {
    line-height: normal;
  }

  .new-ss-our-services > div:first-child ul > li {
    padding: 24px 16px;
  }

  .new-ss-what-we-offer {
    padding: 16px;
  }

  .new-ss-offer-list:first-child > .new-ss-offer-item:first-child {
    gap: 24px;
  }

  .new-ss-offer-item-icon {
    padding: 16px;
  }

  .new-ss-offer-item-icon > img {
    width: 40px;
    height: 40px;
  }

  .new-ss-offer-item .f-lh54 {
    line-height: normal;
  }

  .new-ss-offer-item:not(:first-child) br {
    display: none;
  }

  .new-ss-banner {
    padding: 40px 16px;
  }
  
  .new-ss-banner .f-lh54 {
    line-height: normal;
  }

  .new-ss-banner > p {
    margin: 24px 0;
  }

  .new-ss-why-sup-content > div {
    padding: 32px 16px;
  }

  .new-ss-why-sup-content .f-lh54 {
    line-height: normal;
  }

  .new-ss-why-sup-content > div > .f20 {
    font-size: 15px;
  }

  .new-ss-why-sup-content > div > .f-lh30 {
    line-height: 22.5px;
  }

  .new-ss-why-sup-content > ul > li {
    padding: 24px 16px;
  }

  .new-ss-how-it-works-swiper-item br {
    display: none;
  }

  .new-ss-how-it-works {
    padding: 48px 0 48px 16px;

  }

  .new-ss-how-it-works > h2 {
    text-align: center;
  }

  .new-ss-how-it-works > .f40 {
    font-size: 40px !important;
  }

  .new-ss-channels {
    display: none !important;
  }
  
  .new-ss-security-awards {
    grid-template-columns: 1fr;
  }

  .new-ss-security > div:first-child {
    padding: 32px 16px;
  }

  .new-ss-security > div:first-child {
    gap: 24px;
  }

  .new-ss-security .f-lh54 {
    line-height: normal;
  }

  .new-ss-security .f20 {
    font-size: 15px;
  }

  .new-ss-security-awards > div {
    padding: 24px 16px;
  }

  .new-ss-security-awards > div {
    align-items: center;
  }

  .new-ss-client-review.ss-client-review > div:first-child {
    padding: 24px 16px;
  }

  .new-ss-client-review.ss-client-review > div:first-child .gap32 {
    gap: 24px;
  }

  .new-ss-client-review.ss-client-review > div:first-child > div {
    margin-top: 24px;
  }

  .new-ss-client-review.ss-client-review .f-lh54 {
    line-height: normal;
  }

  .new-ss-client-review.ss-client-review .f-lh30 {
    line-height: 22.5px;
  }

  .new-ss-client-review.ss-client-review .f20 {
    font-size: 15px;
  }

  .new-ss-client-review > #reviews {
    padding: 24px 16px 64px 16px;
  }

  .new-ss-client-review .quote {
    min-height: 440px !important;
  }

  .new-ss-client-review .quote .order-2 {
    order: 2;
  }

  .new-ss-client-review .quote .order-1 {
    order: 1;
  }

  .new-ss-client-review .paging-arrow-left {
    left: 16px !important;
    right: inherit !important;
  }

  .new-ss-client-review .pag-indicator-block {
    left: calc(50% - 67px) !important;
    padding-bottom: 32px !important;
  }

  .new-ss-client-review .paging-arrow-right,
  .new-ss-client-review .paging-arrow-left {
    background-color: transparent !important;
    backdrop-filter: none;
  }

  .new-ss-with-service {
    padding: 16px;
  }

  .new-ss-with-service-title {
    flex-direction: column;
  }

  .new-ss-with-service-title .f-lh54 {
    line-height: normal;
  }

  .new-ss-with-service {
    gap: 40px;
  }

  .new-ss-with-service-lists {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .new-ss-faq-content > div > div {
    padding: 40px 16px 16px 16px;
  }

  .new-ss-faq-content .f-lh54 {
    line-height: normal;
  }

  .new-ss-faq-item-header > div {
    align-items: flex-start;
  }
  
  .new-ss-faq-item {
    padding: 24px 16px;
  }

  .new-ss-faq-item-header {
    align-items: flex-start;
  }
  
  .new-ss-offer-item:first-child > div {
    align-items: center;
  }

  .new-ss-hubspot-form {
    padding: 40px 16px;
  }

  .new-ss-hubspot-form h2 {
    text-align: center;
  }

  .new-ss-hubspot-form .hsfc-Row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .new-ss-hubspot-form .hsfc-NavigationRow__Buttons:has(>*:only-child) > .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-ss-hubspot-form .hsfc-TextareaInput {
    height: 106px;
  }

  .new-ss-hubspot-form .hsfc-NavigationRow__Buttons {
    flex-direction: column;
    gap: 16px !important;
  }

  .new-ss-hubspot-form .hsfc-Step .hsfc-Step__Content>:last-child {
    margin-top: 32px;
  }
}

@media screen and (max-width: 345px) {
  .new-ss-preview > div:first-child .f65 {
    font-size: 30px;
  }

  .new-ss-preview > div:first-child .f-lh71-5 {
    line-height: normal;
  }

  .new-ss-preview > div:first-child .f25 {
    font-size: 15px;
  }

  .new-ss-preview > div:first-child .f-lh31 {
    line-height: 22.5px;
  }

  .new-ss-our-services > div:first-child ul > li .f25 {
    font-size: 20px;
  }

  .new-ss-our-services > div:first-child ul > li .f18 {
    font-size: 15px;
  }

  .new-ss-our-services > div:first-child ul > li .f-lh27 {
    line-height: 22.5px;
  }

  .new-ss-our-services > div:first-child ul > li > img {
    width: 30px;
    height: 30px;
  }

  .new-ss-offer-item > div .f-lh30 {
    line-height: 22.5px;
  }

  .new-ss-offer-item > div  .f20 {
    font-size: 18px;
  }

  .new-ss-offer-item .gap24 {
    gap: 16px;
  }

  .new-ss-why-sup-content img {
    width: 30px;
    height: 30px;
  }

  .new-ss-why-sup-content .f25 {
    font-size: 20px;
  }

  .new-ss-why-sup-content .f18 {
    font-size: 15px;
  }

  .new-ss-why-sup-content .f-lh27 {
    line-height: 22.5px;
  }

  .new-ss-how-it-works > .f40 {
    font-size: 30px !important;
  }

  .new-ss-faq-item-header .f-lh30 {
    line-height: 22.5px;
  }
}