/* Document
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  margin: 0;
  padding: 0; }

body {
  background-color: #fff; }

.background-light-blue {
  background-color: #009ace; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Image replacement
 */
.is-hidden {
  display: none; }

.color {
  color: #690; }

@font-face {
  font-family: RobotoRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: RobotoMedium;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: RobotoBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: RobotoLight;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: RobotoThin;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: RobotoBlack;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ******* */
html,
body {
  min-width: 380px; }

body {
  background-color: #fff;
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 27px; }
  @media only screen and (max-width: 380px) {
    body {
      font-size: 14px;
      line-height: 18px; } }

#IWS {
  padding-bottom: 15px;
  padding-top: 15px; }
  @media only screen and (max-width: 380px) {
    #IWS {
      padding-bottom: 5px;
      padding-top: 5px; } }

b {
  font-family: RobotoBold, Arial, Helvetica, sans-serif; }

a {
  color: #009cde;
  text-decoration: none; }

a:hover {
  color: #009cde;
  text-decoration: none;
  border-bottom: 1px solid #009cde; }

a.no-underline:hover {
  border-bottom: none; }

table {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    table {
      margin-bottom: 10px; } }

.smaller {
  font-size: 12px !important;
  line-height: 16px !important; }

.icon-cell {
  padding: 5px 20px 10px 0px;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .icon-cell {
      padding: 2px 12px 5px 0px; } }

.icon-cell + td {
  padding-top: 6px; }
  @media only screen and (max-width: 768px) {
    .icon-cell + td {
      padding-top: 3px; } }

.plus-icon {
  width: 28px; }
  @media only screen and (max-width: 768px) {
    .plus-icon {
      width: 17px; } }

.pad-bottom {
  padding-bottom: 65px; }
  @media only screen and (max-width: 768px) {
    .pad-bottom {
      padding-bottom: 10px; } }

.pad-top {
  padding-top: 75px; }
  @media only screen and (max-width: 768px) {
    .pad-top {
      padding-top: 40px; } }

.icon-left,
.icon-right {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32px;
  margin-top: 16px; }
  .icon-left .icon,
  .icon-left .headline,
  .icon-right .icon,
  .icon-right .headline {
    height: 300px; }
  .icon-left .icon,
  .icon-right .icon {
    width: 20%;
    background-color: #009ace; }
  .icon-left .headline,
  .icon-right .headline {
    width: 25%;
    padding: 32px 16px 20px 32px;
    background-color: #fff; }
    .icon-left .headline h1,
    .icon-right .headline h1 {
      font-family: RobotoLight, Arial, Helvetica, sans-serif;
      font-size: 36px;
      line-height: 36px;
      color: #be933c;
      margin-bottom: 5px; }
      .icon-left .headline h1 span,
      .icon-right .headline h1 span {
        font-size: 66px;
        line-height: 66px; }
    .icon-left .headline p,
    .icon-right .headline p {
      font-family: RobotoRegular, Arial, Helvetica, sans-serif;
      font-size: 23px;
      line-height: 26px;
      color: #4c4c4e; }
  .icon-left .empty,
  .icon-right .empty {
    width: 55%; }
  @media only screen and (max-width: 1200px) {
    .icon-left,
    .icon-right {
      padding-top: 12px;
      margin-top: 8px; }
      .icon-left .icon,
      .icon-left .headline,
      .icon-right .icon,
      .icon-right .headline {
        height: 240px; }
      .icon-left .headline,
      .icon-right .headline {
        padding: 2.667vw 1.333vw 1.667vw 2.667vw; }
        .icon-left .headline h1,
        .icon-right .headline h1 {
          font-size: 3vw;
          line-height: 3vw; }
          .icon-left .headline h1 span,
          .icon-right .headline h1 span {
            font-size: 5.5vw;
            line-height: 5.5vw; } }
  @media only screen and (max-width: 768px) {
    .icon-left .icon,
    .icon-left .headline,
    .icon-right .icon,
    .icon-right .headline {
      height: 180px; }
    .icon-left .icon,
    .icon-right .icon {
      width: 18%; }
    .icon-left .headline,
    .icon-right .headline {
      padding: 2.667vw 1.333vw 1.667vw 2.667vw;
      width: 40%; }
      .icon-left .headline h1,
      .icon-right .headline h1 {
        font-size: 4.6875vw;
        line-height: 4.6875vw; }
        .icon-left .headline h1 span,
        .icon-right .headline h1 span {
          font-size: 8.59375vw;
          line-height: 8.59375vw; }
      .icon-left .headline p,
      .icon-right .headline p {
        font-size: 16px;
        line-height: 20px; }
    .icon-left .empty,
    .icon-right .empty {
      width: 42%; } }
  @media only screen and (max-width: 380px) {
    .icon-left .icon,
    .icon-left .headline,
    .icon-right .icon,
    .icon-right .headline {
      height: 120px; }
    .icon-left .icon,
    .icon-right .icon {
      width: 15%; }
    .icon-left .headline,
    .icon-right .headline {
      width: 40%; }
    .icon-left .empty,
    .icon-right .empty {
      width: 45%; } }

.icon-left .icon img {
  float: right; }

.icon-right .icon img {
  float: left; }

.icon-left-content,
.icon-right-content {
  background-color: #009ace;
  padding-top: 54px;
  padding-bottom: 80px; }
  .icon-left-content h1,
  .icon-right-content h1 {
    font-family: RobotoBold, Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 29px;
    color: #fff; }
  .icon-left-content p,
  .icon-right-content p {
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #fff; }
  .icon-left-content .icon-column,
  .icon-right-content .icon-column {
    width: 20%; }
  .icon-left-content .content-column,
  .icon-right-content .content-column {
    width: 80%; }
  .icon-left-content .column-content,
  .icon-right-content .column-content {
    margin-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    .icon-left-content,
    .icon-right-content {
      padding-top: 42px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .icon-left-content,
    .icon-right-content {
      padding-top: 28px;
      padding-bottom: 40px;
      margin-top: -1px; }
      .icon-left-content h1,
      .icon-right-content h1 {
        font-size: 16px;
        line-height: 20px; }
      .icon-left-content p,
      .icon-right-content p {
        font-size: 14px !important;
        line-height: 18px !important; }
      .icon-left-content .icon-column,
      .icon-right-content .icon-column {
        width: 19%; }
      .icon-left-content .content-column,
      .icon-right-content .content-column {
        width: 81%; } }

#capture-background {
  background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/082002c0-08eb-4898-9c94-2a70f49052da.png"); }

#capture-background .icon img,
#plan-background .icon img,
#monitor-background .icon img {
  width: 121px;
  margin-top: 40px;
  margin-right: 11px; }

@media only screen and (max-width: 1200px) {
  #capture-background .icon img,
  #plan-background .icon img,
  #monitor-background .icon img {
    width: 100px;
    margin-top: 30px;
    margin-right: 6px; } }

@media only screen and (max-width: 768px) {
  #capture-background .icon img,
  #plan-background .icon img,
  #monitor-background .icon img {
    width: 65px;
    margin-top: 44px;
    margin-right: 3px; } }

@media only screen and (max-width: 380px) {
  #capture-background .icon img,
  #plan-background .icon img,
  #monitor-background .icon img {
    width: 44px;
    margin-top: 43px;
    margin-right: 0px; } }

#plan-background {
  background-image: url("../img/plan-background.jpg"); }
  #plan-background .icon img {
    width: 133px;
    margin-top: 42px;
    margin-left: 16px; }
    @media only screen and (max-width: 1199px) {
      #plan-background .icon img {
        width: 110px;
        margin-top: 30px;
        margin-right: 10px; } }
    @media only screen and (max-width: 768px) {
      #plan-background .icon img {
        width: 65px;
        margin-top: 44px;
        margin-right: 3px; } }
    @media only screen and (max-width: 380px) {
      #plan-background .icon img {
        width: 40px;
        margin-top: 46px; } }

@media only screen and (max-width: 768px) {
  #plan-content.icon-left-content {
    padding-top: 10px; } }

#monitor-background {
  background-image: url("../img/monitor-background.jpg"); }
  #monitor-background .icon img {
    width: 141px; }
    @media only screen and (max-width: 1199px) {
      #monitor-background .icon img {
        max-width: 114px; } }
    @media only screen and (max-width: 768px) {
      #monitor-background .icon img {
        width: 65px; } }
    @media only screen and (max-width: 380px) {
      #monitor-background .icon img {
        width: 40px;
        margin-right: 6px; } }

@media only screen and (max-width: 768px) {
  #monitor-content.icon-left-content {
    padding-top: 10px; } }

#scan-background {
  background-image: url("../img/scan-background.jpg"); }

#scan-background .icon img,
#treat-background .icon img {
  width: 143px;
  margin-top: 37px;
  margin-left: 16px; }

@media only screen and (max-width: 1200px) {
  #scan-background .icon img,
  #treat-background .icon img {
    width: 115px;
    margin-top: 30px;
    margin-left: 8px; } }

@media only screen and (max-width: 768px) {
  #scan-background .icon img,
  #treat-background .icon img {
    width: 75px;
    margin-top: 44px;
    margin-left: 0px; } }

@media only screen and (max-width: 380px) {
  #scan-background .icon img,
  #treat-background .icon img {
    width: 59px;
    margin-top: 22px;
    margin-left: -6px; } }

#treat-background {
  background-image: url("../img/treat-background.jpg"); }
  @media only screen and (max-width: 767px) {
    #treat-background .headline {
      height: 140px; } }
  @media only screen and (max-width: 767px) {
    #treat-background .icon {
      height: 140px; } }
  #treat-background .icon img {
    width: 142px;
    margin-left: 0;
    margin-top: 40px; }
    @media only screen and (max-width: 1199px) {
      #treat-background .icon img {
        width: 112px;
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      #treat-background .icon img {
        width: 65px;
        margin-top: 20px; } }
    @media only screen and (max-width: 380px) {
      #treat-background .icon img {
        width: 50px;
        margin-top: 50px; } }

@media only screen and (max-width: 380px) {
  #treat-content {
    padding-top: 20px; } }

#treat-content .dotted-line {
  width: 35%; }
  #treat-content .dotted-line > div {
    margin-right: 5px;
    margin-top: 10px; }
    @media only screen and (max-width: 1199px) {
      #treat-content .dotted-line > div {
        margin-top: 12px;
        margin-right: 2px; } }
  #treat-content .dotted-line img {
    max-width: 310px; }
    @media only screen and (max-width: 1199px) {
      #treat-content .dotted-line img {
        max-width: 238px; } }

#guideForm {
  margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    #guideForm .content-column {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (min-width: 768px) {
    #guideForm .content-column {
      width: 80%;
      max-width: 960px;
      margin-left: 20%; } }
  #guideForm .headline h4 {
    font-size: 24px; }
    @media only screen and (max-width: 768px) {
      #guideForm .headline h4 {
        font-size: 18px; } }
  #guideForm input[type="text"] {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0; }
    #guideForm input[type="text"]:focus {
      border-color: transparent;
      border-bottom: 1px solid #fff;
      outline: 0; }
    #guideForm input[type="text"].is-valid {
      background-color: transparent;
      background-image: none;
      box-shadow: none;
      border-bottom: 1px solid #fff; }
      #guideForm input[type="text"].is-valid:focus {
        border-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #fff; }
  #guideForm input:-webkit-autofill,
  #guideForm input:-webkit-autofill:hover,
  #guideForm input:-webkit-autofill:focus,
  #guideForm input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff !important; }
  #guideForm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #guideForm .btn.btn-primary {
    background: #fff;
    color: #009ace;
    border-radius: 17px;
    border-color: #009ace;
    font-size: 18px;
    font-family: RobotoMedium, Arial, Helvetica, sans-serif; }
    #guideForm .btn.btn-primary span {
      display: inline-block;
      margin-right: 5px; }
  #guideForm .invalid-feedback {
    color: #222; }

.blue-text {
  color: #009ace; }

@media only screen and (max-width: 768px) {
  .row {
    padding-left: 10px;
    padding-right: 10px; } }

table.pad-bottom td {
  padding-bottom: 12px; }

header {
  width: 100%;
  background-color: #009ace;
  padding: 15px 0; }
  @media only screen and (max-width: 768px) {
    header {
      padding: 5px 0; } }
  header img {
    max-width: 225px; }
    @media only screen and (max-width: 768px) {
      header img {
        max-width: 150px; } }

.hero {
  background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/082002c0-08eb-4898-9c94-2a70f49052da.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 650px;
  padding-top: 70px; }
  @media only screen and (max-width: 992px) {
    .hero {
      height: 500px;
      padding-top: 35px; } }
  @media only screen and (max-width: 768px) {
    .hero {
      height: 350px;
      padding-top: 30px; } }
  @media only screen and (max-width: 566px) {
    .hero {
      background-position: -65px;
      height: 350px;
      padding-top: 25px; } }
  .hero h1 {
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 42px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 992px) {
      .hero h1 {
        font-size: 42px; } }
    @media only screen and (max-width: 768px) {
      .hero h1 {
        font-size: 28px; } }
    .hero h1 span {
      display: block;
      color: #009ace;
      font-family: RobotoBlack, Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 768px) {
        .hero h1 span {
          width: 200px; } }
  .hero p {
    font-size: 23px;
    line-height: 29px; }
    @media only screen and (max-width: 992px) {
      .hero p {
        font-size: 16px;
        line-height: 21px; } }
    @media only screen and (max-width: 768px) {
      .hero p {
        font-size: 13px;
        line-height: 17px; } }
  .hero video {
    width: 100%;
    margin-top: 15%; }
    @media only screen and (max-width: 992px) {
      .hero video {
        margin-top: 30px; } }
  .hero a.btn {
    background-color: #009ace;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .hero a.btn {
        padding: 2px 10px; } }
    .hero a.btn img {
      margin-left: 5px; }
  .hero sup {
    font-size: 40%;
    font-weight: normal !important;
    vertical-align: top;
    top: 1rem; }
    @media only screen and (max-width: 768px) {
      .hero sup {
        top: 0.6rem; } }

.isi {
  width: 100%; }

footer {
  background-color: #009ace;
  width: 100%;
  padding: 30px 0px 20px;
  text-align: left;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 22px; }
  @media only screen and (max-width: 768px) {
    footer {
      padding: 25px 0px 15px; } }
  footer img {
    margin-left: 10px; }
  footer a:hover {
    border: 0; }

form {
  width: 100%; }

.modal {
  width: 90%; }
