body {
  color: #333;
  background-color: #001246;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  z-index: 10;
  width: 100%;
  min-height: 20vh;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 108px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.section.hero {
  height: 100vh;
  min-height: 880px;
}

.section.why {
  align-items: flex-start;
}

.section.thankyou {
  height: 90vh;
}

.section.keyproduct {
  overflow: hidden;
}

.section.terms {
  flex-direction: column;
  padding-bottom: 0;
}

.header {
  z-index: 100;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 18, 70, 0), rgba(0, 18, 70, .8) 53%);
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.wrapper.justified {
  display: flex;
  position: relative;
}

.wrapper.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.wrapper.narrow {
  max-width: 1140px;
}

.wrapper.wide {
  max-width: none;
}

.wrapper.quotation {
  padding-left: 0;
  padding-right: 0;
}

.logo {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.body {
  z-index: 20;
  color: #fff;
  background-color: #001246;
  background-image: url('../images/bg-03.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 1440px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 18, 70, .32);
}

.logo_scmp {
  width: 240px;
}

.navlink {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 17px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navlink:hover {
  color: #00e7ff;
}

.navlink.contact {
  color: #001246;
  letter-spacing: 1px;
  background-color: #00e7ff;
  border-radius: 80px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .2s, color .2s;
}

.navlink.contact:hover {
  box-shadow: 0 0 12px #00e7ff;
}

.logo_advertising.topmenu {
  display: none;
  position: absolute;
}

.heading1 {
  max-width: 1270px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-highlight {
  color: #ffca05;
}

.sub-headline {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.button {
  min-width: 160px;
  color: #001246;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #00e7ff;
  border-radius: 8px;
  padding: 12px 32px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .2s;
  box-shadow: 0 0 10px #00e7ff;
}

.button:hover {
  border-radius: 8px;
  box-shadow: 0 0 20px #00e7ff;
}

.button.alt {
  min-width: 250px;
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.alt:hover {
  color: #00e7ff;
  border-color: #00e7ff;
}

.vertical-line {
  width: 1px;
  height: 80px;
  border-left: 1px solid #fff;
}

.vertical-line.short {
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.spacer {
  width: 100%;
  height: 40px;
}

.spacer._16 {
  height: 16px;
}

.blurry-plus {
  z-index: -1;
  width: 40vh;
  opacity: .7;
  filter: blur(4vh);
  position: absolute;
  top: auto;
  bottom: -19%;
  left: auto;
  right: auto;
}

.blurry-plus._2 {
  width: 30vh;
  opacity: .5;
  left: 10%;
}

.blurry-plus._3 {
  width: 30vh;
  opacity: .48;
  right: 33%;
}

.blurry-plus._4 {
  opacity: .6;
  left: auto;
  right: 5%;
}

.slider-why {
  width: 100%;
  height: 60vh;
  min-height: 640px;
  background-color: rgba(0, 0, 0, 0);
}

.slider-nav {
  justify-content: center;
  align-items: center;
  padding-left: 34%;
  font-size: 12px;
  display: flex;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.slide-wrapper {
  width: 101%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portrait-circle {
  width: 620px;
  height: 620px;
  background-image: url('../images/portrait.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
  flex: none;
  margin-left: -80px;
}

.portrait-circle._2 {
  background-image: url('../images/portriat-2.jpg');
}

.slide-heading {
  width: 100%;
  min-width: 460px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  margin-top: 40px;
  margin-bottom: 32px;
  margin-right: -89px;
  font-size: 56px;
  line-height: 110%;
  position: relative;
}

.slide-text-group {
  z-index: 2;
  width: 40%;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -56px;
  display: flex;
  position: relative;
}

.bracket {
  width: 40px;
  border: 12px solid #ffca05;
  border-right: 8px #ffca05;
  flex: none;
  margin-right: 8px;
}

.bracket._2 {
  width: 48px;
  height: 550px;
}

.slide-small-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.arrow {
  width: 160px;
  height: 160px;
  color: #001246;
  background-color: #00e7ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s cubic-bezier(.702, .007, .193, .989);
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  box-shadow: 0 0 10px #00e7ff;
}

.arrow:hover {
  box-shadow: 0 0 30px #00e7ff;
}

.arrow.left {
  display: none;
}

.slide {
  margin-right: 32px;
}

.section-heading-side {
  width: 690px;
  transform-origin: 0 100%;
  color: rgba(0, 231, 255, .2);
  text-transform: none;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -16px;
  font-size: 120px;
  position: -webkit-sticky;
  position: sticky;
  top: -120px;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.side-section-title-container {
  width: 110px;
  height: 150%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.side-section-title-container.solution {
  z-index: -1;
  height: 50%;
}

.down-arrow {
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.blue-circle {
  width: 40px;
  height: 40px;
  border: 2px solid #00e7ff;
  border-radius: 100020px;
  flex: none;
  margin-bottom: -20px;
}

.col-most-trusted {
  width: 33.3333%;
  padding: 0 16px;
  font-size: 20px;
  line-height: 140%;
}

.number {
  color: #ffca05;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80%;
}

.number.small {
  margin-bottom: 16px;
  font-size: 56px;
}

.number-text {
  text-transform: uppercase;
}

.number-text.small {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-size: 32px;
}

.stat-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stat-small-text {
  font-size: 16px;
  line-height: 120%;
}

.stat-small-text.xs {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 120%;
}

.separation {
  width: 100%;
  height: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 24px;
}

.col-50 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.col-50.justified {
  justify-content: space-between;
}

.col-50.no-left-padding {
  padding-left: 0;
}

.vert-separation {
  width: 1px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  margin-left: 8px;
  margin-right: 8px;
}

.col-66 {
  width: 66.6666%;
  flex-wrap: wrap;
  margin-left: 24px;
  display: flex;
}

.col-100 {
  width: 100%;
  align-items: stretch;
  display: flex;
}

.col-100.vertical {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 16px;
}

.video {
  z-index: 1;
  width: 60vw;
  height: 32vw;
  border-radius: 1vw;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -8vw;
  display: flex;
  overflow: hidden;
}

.quote-block {
  width: 95%;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 72px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.profile-tammy {
  width: 80px;
  height: 80px;
  background-color: #747474;
  background-image: url('../images/profile-tammy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffca05;
  border-radius: 100px;
  margin-bottom: 8px;
}

.profile-tammy.kevin {
  background-image: url('../images/profile-kevin.jpg');
}

.tammy-name {
  margin-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.tammy-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 48px;
  display: inline-block;
}

.section-title.chat {
  font-size: 80px;
}

.product-item {
  width: 628px;
  height: 540px;
  color: #001246;
  background-color: #e8decf;
  background-image: url('../images/product-SCMPdotcom.png');
  background-position: 80% 24%;
  background-repeat: no-repeat;
  background-size: 554px;
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: flex;
}

.product-item.paper {
  background-color: #fff;
  background-image: url('../images/product_newspaper.png'), linear-gradient(rgba(192, 205, 221, .24), rgba(192, 205, 221, .3));
  background-position: 80% 24%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 554px, auto;
}

.product-item.style {
  background-image: linear-gradient(rgba(186, 210, 210, 0) 35%, rgba(186, 210, 210, .95) 77%), url('../images/product_style_3.jpg');
  background-position: 0 0, 80% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-item.postmag {
  background-image: linear-gradient(rgba(242, 231, 201, 0) 35%, rgba(242, 231, 201, .95) 77%), url('../images/product_post-mag.jpg');
  background-position: 0 0, 80% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-tag {
  color: #001246;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00e7ff;
  border-radius: 2px;
  padding: 4px 8px 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.product-tag.yellow {
  background-color: #ffca05;
}

.product-tag.green {
  background-color: #05ff78;
}

.product-title {
  color: #001246;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.product-detail {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.solution-wrap {
  padding-top: 32px;
}

.solution-row {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.solution-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Abril Fatface, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.solution-name.small {
  margin-bottom: 16px;
  font-size: 24px;
}

.solution-desc {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.solution-desc.small {
  font-size: 16px;
}

.morningstudio-logo {
  margin-top: 0;
  margin-bottom: 8px;
}

.solution-column {
  margin-top: 48px;
}

.solution-col {
  border-right: 1px solid rgba(255, 255, 255, .5);
  padding-left: 0;
  padding-right: 24px;
}

.solution-col._2 {
  border-right-style: none;
  padding-left: 24px;
  padding-right: 0;
}

.slider-flex {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-slider {
  z-index: 2;
  width: 470px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-top: -8px;
  margin-left: -16px;
}

.slide-nav {
  text-align: left;
  font-size: 8px;
  display: block;
  position: relative;
}

.left-arrow {
  display: none;
}

.slide-text-group-2 {
  z-index: 2;
  height: 490px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cs-flex {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 0;
  display: flex;
}

.cs-img {
  width: 70%;
  height: 40vh;
  min-height: 440px;
  background-image: url('../images/case-studies_AP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex: none;
}

.cs-img._2 {
  background-image: url('../images/case-studies_HSBC.jpg');
}

.cs-img._3 {
  background-image: url('../images/case-studies_HKTB.jpg');
}

.cs-desc {
  width: 40%;
  min-width: 410px;
  color: #001246;
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-left: -15%;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 11px 20px 9px rgba(0, 0, 0, .2);
}

.cs-desc.alt {
  z-index: 1;
  margin-left: 0%;
  margin-right: -15%;
}

.cs-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.cs-bottom-group {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.cta-visit {
  color: #001246;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #001246;
  padding: 8px 16px 8px 18px;
  font-weight: 700;
}

.cta-visit:hover {
  color: #001246;
  background-color: #00e7ff;
  border-color: #00e7ff;
}

.chat-column {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chat-col {
  width: 50%;
  padding-right: 40px;
  font-size: 16px;
  display: block;
}

.profile-pic {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/pic-Belinda.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffca05;
  border-radius: 100px;
  flex: none;
  margin-right: 16px;
}

.profile-pic.darryl {
  background-image: url('../images/pic-Darryl.jpg');
  background-size: cover;
}

.profile-pic.josi {
  background-image: url('../images/pic-Josi.jpg');
}

.white-text-link {
  color: #fff;
  text-decoration: none;
}

.white-text-link:hover {
  text-decoration: underline;
}

.contact-row {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.form-intro {
  font-size: 20px;
  line-height: 27px;
}

.text-field {
  height: 64px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #001246;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 8px 16px 0 0;
  font-size: 18px;
  line-height: 120%;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: #00e7ff;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field.message {
  height: 128px;
  margin-top: 24px;
}

.success-message {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.bodytext {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.error-message {
  color: #ff6969;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
  padding: 0;
}

.text-block-3 {
  color: #ff9a9a;
}

.footer-ad {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-links-group {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-text-link {
  color: #001246;
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: none;
}

.footer-text-link:hover {
  text-decoration: underline;
}

.footer-text-link.small {
  margin-left: 0;
  margin-right: 40px;
  font-size: 12px;
  line-height: 12px;
}

.footer-scmp {
  color: #001246;
  background-color: #ffca05;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-scmp-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  text-align: right;
  font-size: 11px;
  line-height: 13px;
}

.footer-scmp-link-group {
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
}

.footer {
  z-index: 1;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer.spacer {
  z-index: -1;
  height: auto;
  opacity: 0;
  position: relative;
}

.footer.not-fixed {
  position: relative;
}

.menu-button {
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-stroke {
  width: 24px;
  border: 3px #fff;
  border-top-style: solid;
  border-radius: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-stroke._2 {
  width: 16px;
  border-top-color: #ffca05;
}

.menu-dropdown {
  z-index: 10;
  flex-direction: row;
}

.bracket-slider-group {
  z-index: 10;
  height: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link-n-copyright {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.paragraph {
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 140%;
}

.product-item-spacer {
  width: 1px;
  height: 400px;
  flex: none;
}

.solution-img {
  width: 25%;
  border-radius: 8px;
}

.with-plus {
  color: #ffca05;
  background-image: url('../images/icon_plus.svg');
  background-position: 100% 77%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 24px;
}

.with-plus.white {
  color: #fff;
  background-image: url('../images/sign_plus.svg');
  background-position: 100% 74%;
  background-size: 24px;
  padding-right: 28px;
}

.camera {
  width: 100%;
  height: 710px;
  padding-left: 32px;
  padding-right: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  overflow: hidden;
}

.track {
  width: 100%;
  height: 2200px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.frame {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.lightbox-element {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-thumbnail {
  display: none;
}

.tammy-profile-group {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.base {
  color: #fff;
}

.heading-thankyou {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 80px;
}

.quotation-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.quotation-slide-nav {
  font-size: 8px;
  position: relative;
}

.quotation-nav-arrow {
  width: 180px;
  color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
  overflow: visible;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 450px;
  max-width: 90%;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quotation-slide {
  cursor: auto;
}

.terms-wrap {
  width: 95%;
  max-width: 840px;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  overflow: visible;
}

.terms-wrap h3 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.terms-wrap li {
  color: #444;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.terms-wrap h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.terms-wrap ol {
  padding-left: 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.icon-quote {
  width: 96px;
}

.quotation-mask {
  padding-left: 200px;
  padding-right: 200px;
}

.button-unmute {
  width: 56px;
  height: 56px;
  background-color: #00e7ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.button-unmute:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.footer-cover {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language {
  color: #fff;
  font-family: Roboto, sans-serif;
  position: static;
}

.language-link {
  color: #fff;
  margin-left: 24px;
  font-size: 16px;
  text-decoration: none;
}

.language-link:hover, .language-link.w--current {
  color: #00e7ff;
}

.slider-keyproduct {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-keyproduct-mask {
  min-width: 1280px;
  padding-left: 0;
  padding-right: 628px;
  overflow: visible;
}

.keyproduct-slide-nav {
  margin-top: 16px;
  font-size: 8px;
  position: relative;
}

.keyproduct-arrow {
  width: 80px;
  height: 80px;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 231, 255, .9);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.keyproduct-arrow:hover {
  box-shadow: 0 0 24px #00e7ff;
}

.keyproduct-arrow-wrap {
  justify-content: center;
  align-items: center;
  padding-bottom: 55px;
  display: flex;
  overflow: visible;
}

.icon {
  display: none;
}

.product-link {
  color: #001246;
  text-decoration: none;
}

.product-link:hover {
  color: rgba(0, 18, 70, .8);
}

.link-logo {
  margin-bottom: 16px;
}

.side-note {
  z-index: 100;
  transform-origin: 0 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 3%;
  right: auto;
  transform: rotate(90deg);
}

.side-note._2 {
  transform-origin: 100% 0;
  top: auto;
  bottom: 57%;
  left: auto;
  right: 3%;
  transform: rotate(-90deg);
}

.video-arrow {
  width: 48px;
  height: 48px;
  opacity: 0;
  background-color: rgba(0, 231, 255, .95);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 96px;
  right: auto;
}

.video-arrow:hover {
  box-shadow: 0 0 10px #00e7ff;
}

.button-close {
  display: none;
}

.make-fixed {
  width: 100%;
  position: fixed;
  bottom: 0%;
}

.button-to-top {
  width: 64px;
  height: 48px;
  color: #001246;
  background-color: #00e7ff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 13px 13px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: height .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-to-top:hover {
  height: 72px;
}

.button-to-top:active {
  height: 60px;
}

.arrow-up {
  margin-bottom: 4px;
}

.preloader {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #001246;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader-colorbar {
  z-index: 1;
  width: 1%;
  background-image: linear-gradient(38deg, #00e7ff 38%, #ffca05 70%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preloader-frame {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .section.thankyou {
    min-height: 400px;
  }

  .logo_scmp {
    width: 240px;
  }

  .navlink {
    margin-left: 36px;
    font-size: 16px;
  }

  .navlink.contact {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .bracket._2 {
    height: 640px;
  }

  .slide-small-text {
    font-size: 20px;
  }

  .video {
    width: 55vw;
    height: 31vw;
    margin-left: -6vw;
  }

  .quote-slider {
    width: 540px;
    margin-top: 0;
  }

  .slide-text-group-2 {
    height: 560px;
  }

  .terms-wrap, .terms-wrap li {
    color: #001246;
  }

  .button-unmute {
    width: 64px;
    height: 64px;
  }

  .video-arrow {
    width: 56px;
    height: 56px;
    padding: 12px;
    bottom: -1%;
  }

  .preloader-colorbar {
    width: 1px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why {
    padding-left: 48px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .wrapper.quotation {
    padding-right: 0;
  }

  .body {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .nav_group {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .navlink {
    width: auto;
    text-align: right;
    letter-spacing: 1px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }

  .navlink.contact {
    width: auto;
    color: #001246;
    background-color: #00e7ff;
    border: 2px solid #00e7ff;
    border-radius: 60px;
    margin-top: 16px;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .heading1 {
    font-size: 80px;
  }

  .sub-headline {
    font-size: 20px;
  }

  .button {
    transition-property: none;
  }

  .button:hover {
    box-shadow: none;
  }

  .blurry-plus._2 {
    left: 0%;
  }

  .blurry-plus._3 {
    width: 30vh;
    right: 0%;
  }

  .blurry-plus._4 {
    width: 30vh;
    opacity: .66;
    filter: blur(3vh);
    bottom: -4%;
  }

  .slide-heading {
    min-width: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .bracket._2 {
    width: 56px;
    height: 520px;
    margin-right: 0;
  }

  .slide-small-text {
    margin-bottom: 56px;
    font-size: 18px;
  }

  .section-heading-side {
    width: 690px;
    color: rgba(0, 231, 255, .1);
    top: -84px;
  }

  .slide-text-inner-group {
    align-self: center;
  }

  .side-section-title-container {
    height: 110%;
  }

  .side-section-title-container.solution {
    height: 30%;
  }

  .col-most-trusted {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-text.small {
    font-size: 30px;
  }

  .stat-flex {
    padding-left: 24px;
  }

  .stat-flex._2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .stat-small-text.xs {
    margin-bottom: 8px;
  }

  .col-50 {
    width: 48%;
    padding-left: 0;
  }

  .col-50.justified {
    width: 48%;
  }

  .col-50.no-left-padding {
    width: 100%;
  }

  .vert-separation {
    width: 100%;
    height: 1px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin: 16px 0;
  }

  .col-100.vertical {
    padding-left: 0;
  }

  .video {
    width: 90%;
    height: 44vw;
    flex: none;
    margin-left: 8vw;
  }

  .quote-block {
    width: 98%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .solution-wrap {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-desc {
    font-size: 18px;
  }

  .slider-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .quote-slider {
    width: 560px;
    flex-direction: column;
    margin-top: 40px;
    margin-left: -16px;
    margin-right: 0;
    display: flex;
  }

  .slide-nav {
    text-align: left;
    margin-left: 0;
  }

  .slide-text-group-2 {
    height: 400px;
    flex-direction: column;
    justify-content: center;
  }

  .cs-flex {
    flex-direction: column;
    align-items: center;
  }

  .cs-flex.alt {
    flex-direction: column-reverse;
    align-items: center;
  }

  .cs-img {
    z-index: 2;
    width: 720px;
    height: 400px;
    max-width: 100%;
    min-height: 0;
    position: relative;
  }

  .cs-img._2 {
    max-width: 100%;
  }

  .cs-desc {
    width: 720px;
    max-width: 100%;
    min-width: 0;
    margin-top: -40px;
    margin-left: 0%;
    padding-top: 72px;
  }

  .cs-desc.alt {
    margin-right: 0%;
  }

  .footer-ad {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-text-link.small {
    margin-right: 16px;
  }

  .footer-scmp-wrap {
    flex-direction: column;
    align-items: center;
  }

  .copyright {
    width: auto;
    text-align: right;
  }

  .footer-scmp-link-group {
    text-align: right;
    margin-bottom: 8px;
  }

  .menu-button {
    z-index: 1;
    cursor: pointer;
    display: flex;
    position: relative;
  }

  .menu-stroke.rotate {
    width: 32px;
    position: absolute;
    transform: rotate(45deg);
  }

  .menu-stroke.rotate.alt {
    border-top-color: #ffca05;
    transform: rotate(-45deg);
  }

  .menu-dropdown {
    z-index: 2;
    width: 50%;
    height: 100vh;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(12, 31, 88, .8);
    border-radius: 24px 0 0 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 96px 32px 32px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .bracket-slider-group {
    margin-top: -64px;
  }

  .paragraph {
    font-size: 24px;
  }

  .product-item-spacer {
    width: 1px;
  }

  .solution-img {
    width: 33.33%;
  }

  .with-plus.white {
    background-size: 20px;
    padding-right: 24px;
  }

  .track {
    height: 1800px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quotation-nav-arrow {
    width: 64px;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .quotation-nav-arrow.left {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .quotation-slide {
    cursor: auto;
  }

  .icon-quote {
    width: 80px;
  }

  .quotation-mask {
    padding-left: 64px;
    padding-right: 64px;
  }

  .button-unmute {
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-left: -10px;
    padding: 8px;
  }

  .slider-keyproduct-mask {
    margin-left: 0;
  }

  .keyproduct-arrow {
    z-index: 10;
    width: 64px;
    height: 64px;
    opacity: 0;
    cursor: pointer;
    margin-left: 0;
    padding: 16px;
    display: flex;
  }

  .keyproduct-arrow.left {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .keyproduct-arrow-wrap {
    width: 64px;
    display: flex;
  }

  .video-arrow {
    width: 48px;
    height: 48px;
    opacity: 1;
    cursor: pointer;
    margin-left: -10px;
    padding: 12px;
    display: flex;
    left: 100px;
  }

  .button-close {
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    position: absolute;
    top: 24px;
    bottom: auto;
    left: auto;
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    margin-top: -80px;
  }

  .section.why {
    padding-left: 32px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrapper.center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper.narrow.center {
    align-items: flex-start;
  }

  .wrapper.wide.why {
    padding-left: 0;
    padding-right: 16px;
  }

  .logo_advertising {
    width: 200px;
  }

  .heading1 {
    font-size: 72px;
  }

  .button:hover {
    box-shadow: none;
  }

  .spacer {
    height: 32px;
  }

  .blurry-plus {
    width: 50vw;
  }

  .blurry-plus._4 {
    width: 20vh;
  }

  .slide-heading {
    font-size: 48px;
  }

  .bracket._2 {
    width: 40px;
    height: 480px;
  }

  .section-heading-side {
    margin-left: -7px;
    line-height: 90%;
    top: -72px;
  }

  .side-section-title-container {
    height: 160%;
  }

  .side-section-title-container.solution {
    height: 40%;
  }

  .col-most-trusted {
    width: 100%;
    max-width: 360px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .stat-flex {
    width: 100%;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 0;
  }

  .stat-flex._2 {
    padding-left: 0;
  }

  .stat-small-text.xs {
    margin-bottom: 4px;
  }

  .col-50 {
    padding-right: 24px;
  }

  .col-66 {
    width: 100%;
    margin-left: 0;
  }

  .video {
    width: 98%;
    height: 50vw;
    margin-left: 0%;
  }

  .quote-block {
    width: 96%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-title {
    font-size: 48px;
  }

  .section-title.chat {
    white-space: normal;
    margin-bottom: 48px;
    font-size: 64px;
  }

  .product-item {
    width: 320px;
    height: 420px;
    background-position: 100% 16%;
    background-size: 300px;
    padding-bottom: 24px;
  }

  .product-item.paper {
    background-position: 100% 16%, 0 0;
    background-size: 300px, auto;
  }

  .product-item.style {
    background-position: 0 0, 40%;
  }

  .product-item.postmag {
    background-image: linear-gradient(rgba(242, 231, 201, 0) 35%, rgba(242, 231, 201, .95) 68%), url('../images/product_post-mag.jpg');
    background-position: 0 0, 80% 24%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .product-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-row {
    grid-column-gap: 16px;
  }

  .solution-name {
    font-size: 28px;
  }

  .morningstudio-logo {
    width: 180px;
  }

  .solution-col {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right-style: none;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .solution-col._2 {
    border-bottom-style: none;
    padding-left: 0;
  }

  .quote-slider {
    width: 420px;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-text-group-2 {
    height: 360px;
  }

  .cs-img {
    width: 480px;
    height: 320px;
    max-width: 100%;
  }

  .cs-desc {
    width: 480px;
    max-width: 100%;
    min-width: 0;
    margin-left: 0%;
    padding: 64px 24px 24px;
  }

  .cs-desc.alt {
    margin-right: 0%;
  }

  .cs-title {
    font-size: 28px;
  }

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

  .chat-col {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 32px;
    display: flex;
  }

  .contact-row {
    min-width: 320px;
  }

  .footer-links-group {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-text-link {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-text-link.small {
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-scmp-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-scmp-link-group {
    text-align: left;
  }

  .menu-dropdown {
    width: 50%;
    min-width: 360px;
  }

  .bracket-slider-group {
    z-index: 4;
    width: 100%;
    margin-top: -24px;
    position: relative;
  }

  .footer-link-n-copyright {
    align-items: flex-start;
  }

  .paragraph {
    font-size: 20px;
    line-height: 130%;
  }

  .solution-text {
    font-size: 16px;
    line-height: 130%;
  }

  .form {
    width: 100%;
    min-width: 320px;
  }

  .product-item-spacer {
    width: 1px;
    height: 420px;
    flex: none;
  }

  .with-plus {
    background-size: 22px;
  }

  .camera {
    height: auto;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .track {
    height: auto;
  }

  .frame {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    overflow: auto;
  }

  .heading-thankyou {
    font-size: 80px;
  }

  .quotation-nav-arrow {
    display: flex;
    left: auto;
    right: 0%;
  }

  .terms-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-keyproduct-mask {
    width: 90%;
    min-width: 660px;
    padding-right: 320px;
  }

  .keyproduct-arrow-wrap {
    width: 64px;
  }

  .video-arrow {
    opacity: 0;
    left: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero {
    height: 95vh;
    min-height: 600px;
    margin-top: 0;
  }

  .section.why {
    padding-left: 0;
  }

  .section.terms {
    padding-top: 56px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrapper, .wrapper.center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper.wide.why {
    padding-right: 0;
  }

  .body {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 8px 12px rgba(0, 18, 70, .4);
  }

  .nav_group {
    align-items: flex-end;
  }

  .navlink {
    text-align: right;
    letter-spacing: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 36px;
  }

  .navlink.contact {
    text-align: center;
    padding: 10px 12px;
    font-size: 17px;
  }

  .logo_advertising {
    width: 168px;
  }

  .heading1 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 56px;
  }

  .button:hover {
    box-shadow: none;
  }

  .button.alt {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .blurry-plus._2 {
    width: 30vh;
    display: none;
  }

  .blurry-plus._4 {
    display: none;
  }

  .slide-heading {
    margin-right: 0;
    font-size: 36px;
  }

  .bracket._2 {
    width: 32px;
    height: 430px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 8px;
  }

  .slide-small-text {
    font-size: 16px;
    line-height: 22px;
  }

  .slide {
    margin-right: 0;
  }

  .section-heading-side {
    margin-top: -12px;
    font-size: 108px;
    line-height: 90%;
    top: -57px;
  }

  .side-section-title-container {
    width: 40px;
    height: 220%;
    margin-top: -96px;
  }

  .side-section-title-container.solution {
    width: 50px;
    height: 70%;
  }

  .down-arrow {
    bottom: 6.5vh;
  }

  .col-most-trusted {
    padding-right: 0;
  }

  .number-text {
    font-size: 40px;
  }

  .number-text.small {
    font-size: 28px;
  }

  .stat-flex {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stat-flex._2 {
    flex-direction: row;
  }

  .stat-small-text.xs {
    margin-bottom: 8px;
  }

  .separation {
    display: none;
  }

  .col-50 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .col-50.justified {
    width: 100%;
    border-bottom-style: solid;
  }

  .col-50.no-left-padding {
    border-bottom-style: none;
  }

  .col-50.last {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .vert-separation {
    width: 1px;
    height: 100%;
    border-top-style: none;
    border-left-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16px;
    display: block;
  }

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

  .video {
    width: 93%;
    height: 53vw;
    border-radius: 3vw;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-block {
    width: 100%;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .profile-tammy {
    width: 72px;
    height: 72px;
  }

  .section-title {
    margin-bottom: 32px;
    font-size: 40px;
  }

  .section-title.chat {
    font-size: 48px;
  }

  .product-item {
    width: 300px;
    height: 390px;
    background-position: 100% 12%;
    background-size: 280px;
  }

  .product-item.paper {
    background-position: 100% 12%, 0 0;
    background-size: 280px, auto;
  }

  .product-title {
    font-size: 32px;
  }

  .solution-wrap {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .solution-row {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .solution-desc {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 16px;
  }

  .solution-desc.small {
    border-bottom-style: none;
  }

  .solution-column {
    margin-top: 24px;
  }

  .slider-flex {
    width: 100%;
  }

  .quote-slider {
    width: 95%;
    max-width: none;
    margin-top: 32px;
    margin-left: -4px;
  }

  .slide-nav {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .slide-text-group-2 {
    height: 320px;
  }

  .quote-slider-mask {
    width: 100%;
  }

  .cs-flex {
    overflow: hidden;
  }

  .cs-img {
    height: 280px;
    border-radius: 16px;
  }

  .cs-desc {
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cs-bottom-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-visit {
    margin-bottom: 24px;
  }

  .chat-col {
    padding-right: 0;
  }

  .contact-row {
    width: 100%;
    min-width: 0;
  }

  .text-field {
    height: 56px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    font-size: 16px;
  }

  .footer-text-link.small {
    margin-right: 16px;
  }

  .footer-scmp {
    padding-bottom: 16px;
  }

  .footer-scmp-link-group {
    text-align: left;
  }

  .menu-dropdown {
    width: 80%;
    min-width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    align-items: flex-end;
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bracket-slider-group {
    width: 90%;
    margin-top: -48px;
    margin-left: 16px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 140%;
  }

  .solution-text {
    margin-bottom: 24px;
  }

  .form {
    width: 100%;
    min-width: 0;
  }

  .product-item-spacer {
    width: 1px;
    height: 390px;
  }

  .solution-img {
    width: 66.66%;
  }

  .with-plus {
    background-size: 20px;
  }

  .with-plus.white {
    background-size: 14px;
    padding-right: 16px;
  }

  .camera {
    padding-left: 0;
    padding-right: 0;
  }

  .track {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-thankyou {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 50px;
  }

  .quotation-slide {
    margin-right: 8px;
  }

  .terms-wrap {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .terms-wrap h3 {
    margin-top: 0;
    font-size: 24px;
  }

  .icon-quote {
    width: 72px;
  }

  .quotation-mask {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-unmute {
    width: 40px;
    height: 40px;
    padding: 8px;
    bottom: 8px;
    right: 8px;
  }

  .language-link {
    margin-left: 16px;
  }

  .slider-keyproduct-mask {
    min-width: 594px;
    padding-right: 280px;
  }

  .keyproduct-arrow {
    width: 48px;
    height: 48px;
    padding: 13px;
  }

  .keyproduct-arrow-wrap {
    width: 48px;
  }

  .video-arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
    left: 100px;
  }

  .button-close {
    top: 16px;
    right: 16px;
  }

  .button-to-top {
    width: 48px;
    height: 43px;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}

#w-node-c29024e2-9a7f-9646-2472-4600fc2a3773-08cf068d, #w-node-_5cf154fd-524e-f308-01a5-6ab3ccd4a36a-08cf068d, #w-node-_07e8e215-51b6-2c8b-49a3-a481753358c3-08cf068d, #w-node-a533b113-4e51-febe-519a-c6f91fcca58c-08cf068d, #w-node-_89878899-fe7d-25ca-1a4a-0bdf18e59893-08cf068d, #w-node-ab5d4f77-57c1-5bae-f345-d0a08645c516-08cf068d, #w-node-ab5d4f77-57c1-5bae-f345-d0a08645c518-08cf068d, #w-node-a010eb22-77e7-0aa2-4231-3bde25238943-08cf068d, #w-node-a010eb22-77e7-0aa2-4231-3bde25238945-08cf068d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


