/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.learn-more-link {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}

/* filter window */
.filter-window-hidden {
  display: none !important;
}

/* filter window end here*/
/* overlay container */
.overlay-container {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100vw;
}

/* pagination container */
.pagination-container {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination-container img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.pagination-container .all-pages-button {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.pagination-container .all-pages-button button {
  border: none;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.pagination-container .all-pages-button button:hover {
  color: var(--primary-primary, #fb5650);
}
.pagination-container .all-pages-button .selected-button-page {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border-bottom: 2px solid var(--primary-primary, #fb5650);
  color: var(--primary-primary, #fb5650);
}

/* selected filter tags */
.all-filter-tags {
  display: flex;
  gap: 6px;
}
.all-filter-tags button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
.all-filter-tags button span {
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.all-filter-tags button img {
  height: 16px;
  width: 16px;
}
.all-filter-tags .reset-button {
  border-radius: 1000px;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
  background: var(--light-white, #fff);
  gap: 6px;
}
.all-filter-tags .reset-button span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
}
.all-filter-tags .reset-button img {
  height: 14px;
  width: 14px;
}

/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper {
  width: 100%;
  height: 1080px;
  background-color: var(--Primary-Base-Black, #000);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper {
    height: 1133px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper {
    height: 812px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h1 img {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h1 img {
    height: 819px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h1 img {
    height: 451px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-bottom: 0;
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Regular-Text";
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  bottom: 96px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h2 {
    bottom: 208px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-header-wrapper h2 {
    bottom: 192px;
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 64px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure {
  margin: 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure {
    flex-direction: column;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure img {
  width: 750px;
  height: 900px;
  transform: rotate(-12.258deg);
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure img {
    height: 500px;
    width: 489px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure img {
    height: 250px;
    width: 265px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption {
  position: relative;
  z-index: 1;
  width: calc(100% - 758px);
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption {
    width: 584px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption {
    width: 312px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption p {
  color: #262626;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #introduction-to-pluto-smartwatch-section-wrapper figure figcaption p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper {
    height: auto;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure {
  margin: 0 0;
  display: flex;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure {
    flex-direction: column;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images {
  width: 750px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images {
    width: 584px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images {
    width: 312px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:first-child {
  width: 750px;
  height: 550px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:first-child {
    width: 584px;
    height: 450px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:first-child {
    width: 312px;
    height: 250px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:last-child {
  width: 750px;
  height: 530px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:last-child {
    width: 584px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-images img:last-child {
    width: 312px;
    height: 250px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper {
  width: calc(100% - 758px);
  position: relative;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper {
    width: 584px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper {
    width: 312px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #pluto-smartwatch-logo {
  width: 350px;
  height: 140px;
  margin-left: -50px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #pluto-smartwatch-logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -12px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #pluto-smartwatch-logo {
    width: 195px;
    height: 85px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper h3 {
  color: #3c3c3c;
  font-family: "SF-Pro-Regular-Text";
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 2.5px;
  position: absolute;
  top: 108px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper h3 {
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper h3 {
    top: 72px;
    font-size: 24px;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 1.8px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 36px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list h4 {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list ul li {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 48px;
  align-items: center;
  margin-top: 48px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images {
    gap: 48px;
    margin-bottom: 64px;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images {
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li figure {
  margin: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li figure figcaption {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li figure figcaption {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(1) figure img {
  width: 110px;
  height: 126px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(1) figure img {
    width: 90px;
    height: 98px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(2) figure img {
  width: 119px;
  height: 126px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(2) figure img {
    width: 103px;
    height: 98px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(3) figure img {
  width: 125px;
  height: 126px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(3) figure img {
    width: 98px;
    height: 98px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(4) figure img {
  width: 95px;
  height: 126px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-powerful-health-features-section-wrapper figure #pluto-smartwatch-powerful-health-features-inner-section-wrapper #powerful-health-features-list-with-images li:nth-child(4) figure img {
    width: 75px;
    height: 98px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper {
    margin-bottom: 48px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #pluto-smartwatch-group-image {
  width: 100%;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #pluto-smartwatch-group-image {
    width: 584px;
    height: 336px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #pluto-smartwatch-group-image {
    width: 312px;
    height: 245px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper h3 {
  color: #3c3c3c;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper h3 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper h3 {
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper p {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure {
  margin: 0 0;
  display: flex;
  gap: 72px;
  align-items: center;
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure {
    gap: 32px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure img {
  width: 130px !important;
  height: 130px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    max-width: 75px;
    min-height: 75px;
    max-height: 75px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure figcaption h5 {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 4px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure figcaption h5 {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure figcaption p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #stay-connected-seamlessly-section-wrapper #stay-connected-seamlessly-inner-section-wrapper ul li figure figcaption p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    margin-bottom: 64px;
  }
}
@media (max-width: 1250px) and (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper {
  display: flex;
  gap: 72px;
  height: 100%;
  margin: 0 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper {
    flex-direction: column;
    gap: 36px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image {
  height: 1080px;
  width: 750px;
  background: #f1f1f1;
  position: relative;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image {
    width: 584px;
    height: 550px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image {
    width: 312px;
    height: 300px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image #pluto-smartwatch-camera-image {
  height: 970px;
  width: 750px;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image #pluto-smartwatch-camera-image {
    width: 584px;
    height: 550px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-outer-image #pluto-smartwatch-camera-image {
    width: 312px;
    height: 300px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content {
  width: calc(100% - 848px);
  align-self: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content {
    width: 584px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content {
    width: 312px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content h3 {
    font-size: 32px;
    text-align: center;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content h3 span {
  font-size: 64px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content h3 span {
    font-size: 40px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera {
  margin: 0 0;
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 96px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera {
    margin-top: 36px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera {
    gap: 16px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera img {
  width: 103px;
  height: 107px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera img {
    width: 75px;
    height: 78px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera img {
    width: 59px;
    height: 61px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera figcaption h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content #pluto-smartwatch-side-panel-camera figcaption h4 {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 36px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #pluto-smartwatch-side-panel-camera-section-wrapper #pluto-smartwatch-camera-image-wrapper #pluto-smartwatch-camera-image-content p {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper {
  background-image: url("../images/shock-resistant-pluto-smartwatch.png");
  height: 1080px;
  background-position: center;
  overflow: hidden;
  border-collapse: separate;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper {
    height: 979px;
    background-size: cover;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper {
    height: 700px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header {
    margin-top: 48px;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header {
    margin-top: 24px;
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header h3 {
  color: #fff;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header h3 {
    font-size: 40px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header h4 {
  color: #fff;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header h4 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header p {
  color: #fff;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #shock-resistant-pluto-smartwatch-feature-wrapper header p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper {
  height: 1080px;
  width: 100%;
  display: flex;
  background-color: var(--Primary-Base-Black, #000);
  gap: 16px;
  align-items: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper {
    flex-direction: column-reverse;
    height: auto;
    align-items: space-around;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper img {
  width: 750px;
  height: 1080px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper img {
    width: 100%;
    height: 960px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper img {
    height: 600px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header {
  width: calc(100% - 850px);
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header {
    width: 584px;
    margin-top: 48px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header {
    width: 312px;
    margin-top: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header h3 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header h3 {
    font-size: 40px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header h4 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  text-align: right;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header h4 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header p {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #water-and-dust-resistant-pluto-smartwatch-feature-wrapper header p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure {
  margin: 0 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure img {
  width: 1184px;
  height: 836px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure img {
    width: 584px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure img {
    width: 312px;
    height: 275px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure figcaption {
  text-align: center;
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure figcaption h3 {
  color: #3c3c3c;
  font-family: "SF-Pro-Regular-Text";
  font-size: 40px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 16px;
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper header figure figcaption p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-2 {
  width: 100%;
  height: 841.5px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-2 {
    height: 552px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-2 {
    height: 275px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer #pluto-smartwatch-different-styles-3 {
  width: 1184px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer #pluto-smartwatch-different-styles-3 {
    width: 584px;
    height: 450px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #select-different-stytles-pluto-smrtwatch-section-wrapper #pluto-smartwatch-different-styles-3-outer #pluto-smartwatch-different-styles-3 {
    width: 312px;
    height: 255px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper header h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 72px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper header h3 {
    font-size: 36px;
    margin-bottom: 24px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper header h3 {
    font-size: 28px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper h5 {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  padding-top: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper h5 {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #design-process-of-pluto-smartwatch-image {
  height: 707px;
  width: 1184px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #design-process-of-pluto-smartwatch-image {
    width: 584px;
    height: 600px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #design-process-of-pluto-smartwatch-image {
    width: 312px;
    height: 349px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch {
  margin-bottom: 48px;
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch figcaption {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch figcaption {
    margin-bottom: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch img {
  width: 1184px;
  height: 707px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch img {
    width: 584px;
    height: 450px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #design-process-of-pluto-smartwatch-inner-section-wrapper #sketch-ideation-pluto-smartwatch img {
    width: 312px;
    height: 296px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper {
  margin-top: 64px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper h4 {
    font-size: 36px;
    margin-bottom: 24x;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper h4 {
    font-size: 32px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images {
  margin: 0 0;
  display: grid;
  grid-template-columns: 350px 350px 350px;
  grid-template-rows: 400px 48px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 36px;
  justify-content: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images {
    grid-template-columns: 177px 177px 177px;
    grid-template-rows: 189px 48px;
    row-gap: 16px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images {
    grid-template-columns: 98px 98px 98px;
    grid-template-rows: 100px 36px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images img {
  width: 350px;
  height: 400px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images img {
    width: 177px;
    height: 189px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images img {
    width: 98px;
    height: 100px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images figcaption {
  grid-column: span 3;
  justify-self: center;
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-pluto-smartwatch-images figcaption {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 350px 350px 350px;
  grid-template-rows: 450px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images {
    grid-template-columns: 177px 177px 177px;
    grid-template-rows: 260px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images {
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 170px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure {
  margin: 0 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure img {
  width: 350px;
  height: 400px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure img {
    width: 177px;
    height: 189px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure img {
    width: 98px;
    height: 100px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure figcaption {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure figcaption {
    font-size: 22px;
    margin-top: 16px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #cad-modelling-simulation-analysis-section-wrapper #CAD-model-2-pluto-smartwatch-images figure figcaption {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper h4 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper h4 {
    font-size: 32px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper #prototyping-using-3d-printing-image-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 48px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper #prototyping-using-3d-printing-image-container {
    padding-top: 24px;
    flex-wrap: wrap;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper #prototyping-using-3d-printing-image-container img {
  width: 380px;
  height: 350px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper #prototyping-using-3d-printing-image-container img {
    width: 280px;
    height: 250px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #prototyping-using-3d-printing-section-wrapper #prototyping-using-3d-printing-image-container img {
    width: 312px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper h4 {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper h4 {
    margin-bottom: 28px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items {
  list-style: decimal;
  padding-left: 24px;
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item::marker {
  font-size: 32px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item::marker {
    font-size: 28px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item h5 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item h5 {
    font-size: 28px;
    margin-top: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item h6 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item h6 {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item ul {
  padding-left: 24px;
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item ul li {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item ul li span {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items .transitioning-from-prototyping-to-mass-production-list-item ul li span {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  gap: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images {
    margin-top: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images {
    gap: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure {
  margin-bottom: 0;
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure img {
  width: 380px;
  height: 350px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure img {
    height: 120px;
    width: 175px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure img {
    width: 312px;
    height: 250px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure figcaption {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #design-process-of-pluto-smartwatch-section-wrapper #transitioning-from-prototyping-to-mass-production-section-wrapper #transitioning-from-prototyping-to-mass-production-list-items #evaluting-manufactring-processes-images figure figcaption {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper h3 {
    font-size: 28px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #conclusion-of-case-study-section-wrapper p {
    font-size: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #Pluto-smartwatch-sports {
  height: 960px;
  width: 100%;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #Pluto-smartwatch-sports {
    height: 700px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #Pluto-smartwatch-sports {
    height: 500px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper img {
  width: 750px;
  height: 750px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper img {
    width: 584px;
    height: 584px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper img {
    width: 344px;
    height: 344px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure {
    align-self: center;
    margin-top: 24px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure #iamrapid-logo {
  width: 450px;
  height: 100px;
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure #iamrapid-logo {
    width: 312px;
    height: 64px;
  }
}
#pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure figcaption {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure figcaption {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #pluto-smartwatch-web-page-main-section-wrapper #case-study-footer-section-wrapper #case-study-footer-inner-section-wrapper figure figcaption {
    font-size: 24px;
  }
}/*# sourceMappingURL=pluto-next-gen-smart-watch.css.map */