@font-face {
    font-family: 'ABC Social';
    src: url('https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth-preview/fonts/2.0/ABCSocialVariable.woff2') format('woff2'),
        url('https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth-preview/fonts/2.0/ABCSocialVariable.woff') format('woff'),
        url('https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth-preview/fonts/2.0/ABCSocialVariable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: FontAwesome;
  src: url(https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth/fonts/1.0/fontawesome-webfont.woff),
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #444;
  font-family: "ABC Social", sans-serif;
  margin: 0;
}
@media print and (min-width: 480px) {
  .hidden-print {
    display: none;
  }
}
.ih-mail {
  box-sizing: unset;
}
.ih-mail a,
.ih-mail div,
.ih-mail input,
.ih-mail label,
.ih-mail p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ih-mail img {
  border: 0;
}
.ih-mail em {
  font-style: normal;
  font-weight: 400;
}

.ih-mail #ih-mail-header .top-bar {
  background: #4a00e2;
  box-sizing: border-box;
  font-family: "ABC Social", sans-serif;
  font-weight: 700;
  padding: 13px 7px;
}
.ih-mail .top-bar p {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
  padding: 0;
  line-height: normal;
}
.ih-mail .top-bar p a {
  color: #fff;
  text-decoration: none;
}
.ih-mail .top-bar p a:focus,
.ih-mail .top-bar p a:hover {
  color: #88a7eb;
}
.ih-mail .menu-outer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  min-height: 77px;
  background: #110057;
}
.ih-mail #ih-mail-header .menu-wrapper {
  margin-bottom: 16px;
  top: 45px;
  min-height: 70px;
}
.ih-mail .menu-wrapper .logo {
  display: inline-block;
}
.ih-mail .menu-wrapper .logo a {
  padding: 0.5em;
}
@media (max-width: 767px) {
  .ih-mail .top-bar p.hidden-xs {
    display: none;
  }
  .ih-mail #ih-mail-header .top-bar {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .ih-mail .top-bar p.my-chart {
    right: 10px;
    position: absolute;
  }
  .ih-mail .menu-wrapper {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
  }
  .ih-mail .menu {
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ih-mail .ih-mail-logo {
    min-height: 60px;
    padding: 8px;
    text-align: left;
    width: 99%;
  }
  .ih-mail .menu-wrapper .ih-mail-logo img {
    height: auto;
    width: 150px;
  }
  .ih-mail .menu-wrapper .menu-button {
    border-color: #4a00e2;
    border-width: 0 1px;
    box-sizing: border-box;
    height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 19px;
    position: relative;
    width: 72px;
    z-index: 3;
  }
  .ih-mail .menu-button p {
    margin: 0;
    text-align: center;
  }
  .ih-mail .menu-button #burger-label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 0.25;
    margin: 5px 0 0 -3px;
    text-align: center;
  }
  .ih-mail .menu-button span em,
  .ih-mail .menu-button span::after,
  .ih-mail .menu-button span::before {
    background-color: #fff;
    content: "";
    clear: both;
    cursor: pointer;
    display: block;
    height: 3px;
    left: 0;
    margin-bottom: 4px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
  }
  .ih-mail .menu-button span:last-child {
    padding-bottom: 5px;
  }
  .ih-mail .menu-wrapper {
    position: relative;
    overflow: visible;
  }
  .ih-mail .menu-wrapper input[type="checkbox"] {
    width: 72px;
    height: 72px;
    outline: 3px solid red;
    opacity: 0;
    position: absolute;
    z-index: 4;
    cursor: pointer;
  }
  .ih-mail .menu-wrapper input:checked ~ .menu-button {
    background: #fff;
    right: 0;
  }
  .ih-mail .menu-wrapper input:checked ~ div.menu-slider {
    background: #fff;
    right: 0;
    align-items: flex-end;
    top: 57px;
    height: auto;
    position: absolute;
    padding-bottom: 20px;
  }
  .ih-mail .menu-wrapper #burger-icon {
    height: 22px;
  }
  .ih-mail .menu-wrapper input:checked ~ .menu-button span::before {
    margin-top: 8px;
    transform: rotate(45deg);
    background: #110057;
  }
  .ih-mail .menu-wrapper input:checked ~ .menu-button span::after {
    margin-top: -22px;
    transform: rotate(-45deg);
    background: #110057;
  }
  .ih-mail .menu-wrapper input:checked ~ .menu-button em {
    margin-bottom: 12px;
    opacity: 0;
  }
  .ih-mail .menu-wrapper input:checked ~ .menu-button em {
    margin-bottom: 12px;
    opacity: 0;
  }
  .ih-mail .menu-wrapper
    input:checked
    ~ .menu-button
    #burger-label {
    color: #110057;
  }
  .ih-mail .menu-wrapper div.menu-slider {
    background: #fff;
    position: absolute;
    top: -500px;
    right: 0;
    width: 100%;
    height: 10px;
    z-index: 2;
    transform: translateY(10px);
    transition: all 0.3s ease;
    text-align: center;
  }
  .ih-mail .menu-wrapper div a {
    color: #444;
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
    padding: 12px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .ih-mail .menu-wrapper div a:visited {
    color: #444;
  }
  .ih-mail .menu-wrapper div.menu-slider div::hover {
    background-color: #110057;
    color: #fff;
  }
  .ih-mail .menu-wrapper div.menu-slider div:hover a {
    background-color: #110057;
    display: block;
    color: #fff;
  }
  .ih-mail .menu-wrapper div.menu-slider div a:focus,
  .ih-mail .menu-wrapper div.menu-slider div a:hover {
    background-color: #110057;
    color: #fff;
  }
  .ih-mail .menu-wrapper div.menu-slider div:first-of-type {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .ih-mail #ih-mail-header #utility-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .ih-mail .menu .menu-wrapper {
    display: block;
  }
  .ih-mail .menu-wrapper div {
    display: inline-block;
  }
  .ih-mail .menu-wrapper .menu-button {
    display: none;
  }
  .ih-mail .menu-wrapper .ih-mail-logo {
    padding: 14px 8px 14px 8px;
    text-align: left;
  }
  .ih-mail .menu-wrapper .ih-mail-logo img {
    height: auto;
    width: 150px;
  }
  .ih-mail .menu-wrapper .menu-slider div {
    padding-top: 0;
  }
  .ih-mail .menu-wrapper .menu-slider {
    margin-top: 0;
    margin-left: -8px;
    text-align: right;
    top: -10px;
    width: 78%;
    margin-right: 8px;
  }
  .ih-mail .menu-wrapper .menu-slider div a {
    color: #fff;
    font-size: 13px;
    padding: 12px 6px;
    text-decoration: none;
    font-family: "ABC Social", sans-serif;
    font-weight: 500;
  }
  .ih-mail .menu-wrapper .menu-slider div a:focus,
  .ih-mail .menu-wrapper .menu-slider div a:hover {
    background-color: #110057;
    color: #fff;
  }
  .ih-mail #nav-opener {
    display: none;
  }
  .ih-mail #ih-mail-header .menu-wrapper {
    box-sizing: border-box;
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 868px) {
  .ih-mail .menu-wrapper .ih-mail-logo img {
    height: auto;
    width: 150px;
  }
  .menu-wrapper .menu-slider {
    top: -12px;
    margin-right: 0;
  }
  .ih-mail .menu-wrapper .menu-slider div a {
    padding: 0.5em 1em;
  }
}
@media (min-width: 1040px) {
  .ih-mail #ih-mail-header .menu-outer {
    min-height: 63px;
  }
  .ih-mail #ih-mail-header .menu-wrapper {
    min-height: 63px;
  }
  .ih-mail .menu-wrapper .menu-slider {
    width: auto;
    font-size: 15px;
  }
  .ih-mail .menu-wrapper .ih-mail-logo {
    margin-right: 50px;
    margin-top: 8px;
    padding: 0;
    height: auto;
  }
  .ih-mail .menu-wrapper .ih-mail-logo img {
    width: 220px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 6px;
  }
  .ih-mail .menu-wrapper .ih-mail-logo {
    margin-left: -12px;
    margin-top: 9px;
  }
  .ih-mail .menu-wrapper .menu-slider div a {
    font-size: 15px;
  }
}
@media (min-width: 1300px) {
  #ih-mail-header .menu-wrapper {
    height: 100px;
  }
  .ih-mail .menu-wrapper .menu-slider {
    top: -26px;
  }
  .ih-mail .menu-wrapper .menu-slider div a {
    font-size: 18px;
  }
  .ih-mail .menu-wrapper .ih-mail-logo {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
  }
  .ih-mail .menu-wrapper .ih-mail-logo img {
    margin-top: 18px;
  }
}
@media (min-width: 1550px) {
  .ih-mail #ih-mail-header .menu-outer,
  .ih-mail #ih-mail-header .top-bar {
    width: 100%;
  }
  .ih-mail #ih-mail-header .top-bar {
    text-align: right;
  }
  .ih-mail #ih-mail-header #utility-links {
    width: 100%;
  }
  .ih-mail .menu-wrapper .menu-slider {
    box-sizing: border-box;
  }
}
@media (min-width: 1551px) {
  .ih-mail #ih-mail-header #utility-links {
    box-sizing: border-box;
    max-width: calc(1530px - 2em);
    margin: 0 auto;
  }
  .ih-mail #ih-mail-header .menu-wrapper {
    width: 100%;
  }
}

.ih-mail #ih-mail-footer {
  background-color: #110057;
  margin-top: 40px;
  padding: 0 0 40px 0;
}
.ih-mail #ih-mail-footer,
.ih-mail #ih-mail-footer a,
.ih-mail #ih-mail-footer p {
  color: #fff;
}
.ih-mail #ih-mail-footer #ih-mail-logo-address a {
  font-size: 20px;
}
.ih-mail #ih-mail-footer section ul li a {
  line-height: 1.2;
}
.ih-mail #ih-mail-footer .links-list h2 {
  display: block;
  font-family: "ABC Social", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 14px 24px 12px 24px;
}
.ih-mail #ih-mail-footer .links-list ul {
  padding: 4px 24px 4px 24px;
}
.ih-mail #ih-mail-footer .links-list ul li {
  margin: 11px 2px;
}
.ih-mail #ih-mail-footer .links-list ul a {
  font-family: "ABC Social", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.ih-mail #ih-mail-footer .links-list ul a:focus,
.ih-mail #ih-mail-footer .links-list ul a:hover {
  color: #88a7eb;
  text-decoration: underline;
}
.ih-mail #footer-contact {
  padding: 16px 20px;
}
.ih-mail #footer-buttons p a {
  border: solid 2px #fff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-family: "ABC Social", sans-serif;
  font-weight: 600;
  line-height: 20px;
  margin: 4px 0;
  padding: 9px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 210px;
}
.ih-mail #footer-buttons p a:focus,
.ih-mail #footer-buttons p a:hover {
  background-color: #4065b8;
}
.ih-mail #ih-mail-logo-address {
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.ih-mail #footer-logo {
  margin-bottom: 16px;
}
.ih-mail #footer-logo img {
  height: auto;
  width: 198px;
}
.ih-mail #ih-mail-logo-address address p {
  font-family: "ABC Social", sans-serif;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.ih-mail #ih-mail-logo-address p.tel {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.ih-mail #ih-mail-logo-address a.tel {
  background-position: 0 4px;
  text-decoration: none;
}
.ih-mail #ih-mail-logo-address .tel a:focus,
.ih-mail #ih-mail-logo-address .tel a:hover {
  color: #88a7eb;
  text-decoration: underline;
}
.ih-mail #legal {
  padding: 16px 20px;
}
.ih-mail #legal h3 {
  font-family: "ABC Social", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 12px 0;
}
.ih-mail #legal p {
  font-family: "ABC Social", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.ih-mail #footer-bottom-right {
  font-family: "ABC Social", sans-serif;
  font-size: 14px;
  padding: 16px 20px;
}
.ih-mail #footer-bottom-right #copyright,
.ih-mail #footer-bottom-right .terms-list {
  font-family: "ABC Social", sans-serif;
  font-size: 14px;
}
.ih-mail #footer-bottom-right #copyright a,
.ih-mail #footer-bottom-right .terms-list a {
  text-decoration: none;
}
.ih-mail #footer-bottom-right .terms-list a:focus,
.ih-mail #footer-bottom-right .terms-list a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ih-mail .ih-mail-logo {
    min-height: 60px;
    padding: 8px;
    text-align: left;
    width: 99%;
  }
  .ih-mail #footer-bottom-right {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ih-mail .ih-mail #ih-mail-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    float: left;
    height: 300px;
    width: 50%;
  }
}
@media (min-width: 1040px) {
  .ih-mail #ih-mail-footer .links-list {
    float: left;
    height: 500px;
    width: 33%;
  }
  .ih-mail #ih-mail-footer .links-list h2 {
    background-color: #110057;
    font-size: 18px;
    padding: 8px 24px 0 24px;
  }
  .ih-mail #ih-mail-footer .links-list {
    height: 460px;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    height: 246px;
  }
}
@media (min-width: 1100px) {
  .ih-mail #ih-mail-footer .links-list {
    height: 460px;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    height: 246px;
  }
}
@media (min-width: 1200px) {
  .ih-mail #ih-mail-footer .links-list {
    height: 450px;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    height: 246px;
  }
}
@media (min-width: 1300px) {
  .ih-mail #ih-mail-footer .links-list {
    height: 440px;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    height: 246px;
  }
}
@media (min-width: 1550px) {
  .ih-mail #ih-mail-footer .links-list,
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    float: left;
    height: 480px;
  }
  .ih-mail #ih-mail-footer .links-list {
    width: 22%;
  }
  .ih-mail #ih-mail-logo-address,
  .ih-mail #footer-contact {
    width: 17%;
  }
  .ih-mail #footer-contact {
    padding: 7px 20px;
  }
  .ih-mail #ih-mail-footer .links-list h2 {
    background-color: #110057;
    font-size: 21px;
    padding: 8px 24px 0 24px;
  }
  .ih-mail #footer-bottom-right,
  .ih-mail #legal {
    float: left;
    height: 480px;
  }
  .ih-mail #legal {
    width: 70%;
  }
  .ih-mail #footer-bottom-right {
    text-align: right;
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .ih-mail #ih-mail-footer {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (min-width: 1700px) {
  .ih-mail #ih-mail-footer {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 1800px) {
  .ih-mail #ih-mail-footer {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1900px) {
  .ih-mail #ih-mail-footer {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.app-show-mobile {
  display: none;
}
.ih-mail #ih-mail-footer {
  padding-top: 20px;
}
#im-apps-download {
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  width: auto;
  margin: 2em auto;
}
section#im-apps-download aside {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
}
section#im-apps-download div {
  box-sizing: border-box;
  text-align: left;
}
section#im-apps-download #app-phones {
  width: 100%;
  padding: 1em 0;
}
section#im-apps-download #app-phones img {
  width: 100%;
}
section#im-apps-download #app-details h2 {
  box-sizing: border-box;
  color: #110057;
  font-family: "ABC Social", sans-serif;
  font-size: 1.85em;
  margin-bottom: 15px;
  margin-left: 0.25em;
}
section#im-apps-download #app-details p {
  background: url(https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth-preview/fonts/2.0/check-badge.svg) 5px 8px no-repeat;
  background-position: 4px center;
  box-sizing: border-box;
  color: #110057;
  display: inline-block;
  font-family: "ABC Social", sans-serif;
  font-weight: 700;
  font-size: 1.425em;
  margin: 0;
  padding: 1px 2px 1px 34px;
  width: 317px;
}
section#im-apps-download #app-download {
  text-align: center;
  margin: 1em 0;
}
section#im-apps-download .app-download-links {
  display: flex;
  justify-content: center;
  grid-gap: 0.25em;
  width: max-content;
  margin: 1em auto;
}
section#im-apps-download #app-download h3 {
  color: #110057;
  font-family: "ABC Social", sans-serif;
  font-size: 1.45em;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
section#im-apps-download #app-download img {
  border: none;
}
section#im-apps-download #app-download img:nth-of-type(2) {
  margin-left: 18px;
}
@media (min-width: 375px) {
  section#im-apps-download aside .app-hide-mobile {
    display: none;
  }
  section#im-apps-download aside .app-show-mobile {
    display: block;
  }
  #im-apps-download {
    background: linear-gradient(
      to bottom,
      #fff 1%,
      #fff 9%,
      #7cafd0 9%,
      #7cafd0 91%,
      #fff 91%,
      #fff 100%
    );
  }
  section#im-apps-download aside {
    width: 100%;
    display: flex;
    align-items: center;
  }
  section#im-apps-download .app-download-links {
    margin: 0;
  }
  section#im-apps-download #app-phones {
    margin: 0;
    padding: 1.25em 0 0;
    width: 300px;
  }
  section#im-apps-download #app-download {
    text-align: left;
    padding-right: 2em;
  }
  section#im-apps-download #app-download h2 {
    box-sizing: border-box;
    color: #110057;
    font-family: "ABC Social", sans-serif;
    font-size: 1.1em;
    line-height: 20px;
    margin-bottom: 8px;
  }
  section#im-apps-download #app-download img {
    width: 108px;
  }
  section#im-apps-download #app-download a:nth-of-type(1) img {
    margin-left: 0;
  }
  section#im-apps-download #app-download a:nth-of-type(2) img {
    margin-left: 6px;
  }
}
@media (min-width: 767px) {
  section#im-apps-download aside .app-hide-mobile {
    display: block;
  }
  section#im-apps-download aside .app-show-mobile {
    display: none;
  }
  #im-apps-download {
    background: linear-gradient(
      to bottom,
      #fff 1%,
      #fff 9%,
      #7cafd0 9%,
      #7cafd0 91%,
      #fff 91%,
      #fff 100%
    );
  }
  section#im-apps-download aside {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding: 0 2em 0 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  section#im-apps-download .app-aside-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 2em;
  }
  section#im-apps-download #app-phones {
    margin: 0;
    transition: 2s;
    width: 400px;
  }
  section#im-apps-download #app-details h2 {
    font-size: 1.2em;
    margin-bottom: 6px;
    margin-left: 0;
  }
  section#im-apps-download #app-details p {
    background: 0 0;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 1px 2px 1px 0;
  }
  section#im-apps-download #app-download {
    margin: 0;
  }
  section#im-apps-download #app-download h3 {
    font-size: 1.3em;
    line-height: 24px;
    text-align: left;
  }
  section#im-apps-download #app-download img:nth-of-type(1) {
    margin-left: 0;
    margin-right: 6px;
  }
  section#im-apps-download #app-download a:nth-of-type(2) img {
    margin-left: 0;
  }
  section#im-apps-download #app-download img {
    width: 110px;
  }
}
@media (min-width: 992px) {
  #im-apps-download {
    background: linear-gradient(
      to bottom,
      #fff 1%,
      #fff 9%,
      #7cafd0 9%,
      #7cafd0 91%,
      #fff 91%,
      #fff 100%
    );
  }
  section#im-apps-download aside {
    margin: 0 auto;
  }
  section#im-apps-download .app-aside-main {
    flex-direction: row;
  }
  section#im-apps-download #app-phones {
    margin: 0;
    transition: 2s;
    width: 300px;
  }
  section#im-apps-download #app-details h2 {
    font-size: 1.35em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  section#im-apps-download #app-details p {
    background: url(https://cdn.kyruus.com/pmc-customer-static-assets/sclhealth-preview/fonts/2.0/check-badge.svg) left top no-repeat;
    background-size: 1.2em;
    font-size: 1.125em;
    margin-bottom: 0.25em;
    padding: 1px 2px 1px 30px;
    width: 320px;
  }
  section#im-apps-download #app-download {
    text-align: left;
  }
  section#im-apps-download #app-download h3 {
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
  }
  section#im-apps-download #app-download img:nth-of-type(1) {
    margin-left: 0;
  }
  section#im-apps-download #app-download img {
    width: 120px;
  }
}
@media (min-width: 1040px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
  section#im-apps-download #app-details p {
    width: 330px;
  }
}
@media (min-width: 1280px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
  #im-apps-download {
    background: linear-gradient(
      to bottom,
      #fff 1%,
      #fff 10%,
      #7cafd0 10%,
      #7cafd0 90%,
      #fff 90%,
      #fff 100%
    );
  }
  section#im-apps-download #app-phones {
    width: 280px;
    padding: 2em 0 1em 0;
  }
  section#im-apps-download #app-details {
    margin-left: 90px;
    margin-right: 30px;
    width: 460px;
  }
  section#im-apps-download #app-details h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  section#im-apps-download #app-details p {
    font-size: 1.25em;
    width: 340px;
  }
  section#im-apps-download #app-download {
    margin-left: 16px;
    text-align: left;

  }
  section#im-apps-download #app-download h3 {
    font-size: 1.45em;
  }
  section#im-apps-download #app-download img:nth-of-type(1) {
    margin-left: 0;
  }
  section#im-apps-download #app-download img {
    width: 130px;
  }
}
@media (min-width: 1440px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
  section#im-apps-download #app-phones {
    width: 280px;
  }
  section#im-apps-download #app-details {
    margin-left: 30px;
    margin-right: 10px;
    width: 610px;
  }
  section#im-apps-download #app-details h2 {
    box-sizing: border-box;
    font-family: "ABC Social", sans-serif;
    font-size: 1.75em;
    margin-bottom: 16px;
  }
  section#im-apps-download #app-details p {
    display: inline-block;
    font-size: 1.3em;
    width: 350px;
  }
  section#im-apps-download #app-details p:nth-of-type(2),
  section#im-apps-download #app-details p:nth-of-type(4) {
    width: 240px;
  }
  section#im-apps-download #app-download {
  }
  section#im-apps-download #app-download img {
    width: 132px;
  }
}
@media (min-width: 1550px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
  section#im-apps-download #app-phones {
    width: 264px;
    padding: 2em 0 1em;
  }
  section#im-apps-download #app-details {
    margin-left: 60px;
    margin-right: 30px;
    width: 640px;
  }
  section#im-apps-download #app-details h2 {
    font-size: 1.85em;
    margin-bottom: 15px;
  }
  section#im-apps-download #app-details p {
    background-position: 0 2px;
    font-size: 1.25em;
    margin: 0;
    padding: 3px 3px 8px 31px;
  }
  section#im-apps-download #app-details p:nth-of-type(2),
  section#im-apps-download #app-details p:nth-of-type(4) {
    width: 240px;
  }
}
@media (min-width: 1660px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
  section#im-apps-download #app-details {
    margin-left: 40px;
    margin-right: 20px;
    width: 680px;
  }
  section#im-apps-download #app-details p:nth-of-type(2),
  section#im-apps-download #app-details p:nth-of-type(4) {
    width: 250px;
  }
}
@media (min-width: 1770px) {
  section#im-apps-download aside {
    margin: 0 auto;
  }
}
@media (min-width: 1930px) {
  section#im-apps-download aside {
    margin: 0 auto;
    width: 1420px;
  }
  #im-apps-download {
    background: linear-gradient(
      to bottom,
      #fff 1%,
      #fff 14%,
      #7cafd0 14%,
      #7cafd0 86%,
      #fff 86%,
      #fff 100%
    );
  }
  section#im-apps-download #app-phones {
    width: 264px;
    padding: 2em 0;
  }
}



