/* Combined Webflow CSS */

/* Normalize & Webflow Base */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/* Webflow specific */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { height: 100%; }
body { margin: 0; min-height: 100%; background-color: #fff; font-family: Arial, sans-serif; font-size: 18px; line-height: 28px; color: #333; }
img { max-width: 100%; vertical-align: middle; display: inline-block; }
.w-button { display: inline-block; padding: 9px 15px; background-color: #3898EC; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 10px; }
h1 { font-size: 38px; line-height: 44px; margin-top: 20px; }
p { margin-top: 0; margin-bottom: 10px; }

/* Maglr Download CSS */
a { color: #5fb9a3; text-decoration: underline; }
.container { max-width: 1000px; margin-right: auto; margin-left: auto; padding-top: 100px; padding-right: 25px; padding-left: 25px; }
.bg { background-color: #f5f6f7; }
.white-block { width: 48%; min-height: 260px; padding: 30px; border-radius: 3px; background-color: #fff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06); }
.white-header { margin-top: 0px; color: #415d6e; font-size: 25px; font-weight: 400; }
.white-intro { color: #717171; font-size: 16px; line-height: 1.4em; }
.white-download { margin-right: 25px; border-right: 2px solid #4dae96; border-bottom: 2px solid #4dae96; border-radius: 2px; background-color: #5fb9a3; font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; display: flex; align-items: center; }
.link-block { display: flex; margin-top: 25px; justify-content: space-between; }
.heading { color: #415d6e; font-size: 45px; line-height: 1.2em; font-weight: 400; }
.div-block-3 { display: flex; flex-direction: column; gap: 10px; }
.image { width: 110px; margin-bottom: 10px; }
.div-block-4 { padding-bottom: 50px; }
.image-2 { position: absolute; left: 441px; top: 0%; right: 0%; bottom: auto; height: 370px; }
.main-heading { position: relative; height: 410px; padding-bottom: 50px; }
.text-block { color: #717171; font-size: 18px; line-height: 1.5em; }
.heading-intro { width: 370px; }
.white-intro-block { min-height: 120px; }
.text-block-2 { margin-top: 50px; margin-bottom: 50px; font-size: 16px; text-align: center; }
.link { color: #5fb9a3; }

.info-section {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  gap: 4%;
}
.info-column {
  width: 100%;
}
.info-column--left {
  width: 32%;
}
.info-column--right {
  width: 64%;
}
.info-header {
  color: #415d6e;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
}
.info-text {
  color: #717171;
  font-size: 18px;
  line-height: 1.6em;
}
.info-list {
  margin: 0;
  padding-left: 20px;
  color: #717171;
  font-size: 18px;
  line-height: 1.6em;
}
.info-list li {
  margin-bottom: 10px;
}
.info-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .container { padding-top: 50px; }
  .image-2 { left: 393px; top: 6%; height: 310px; }
}

@media screen and (max-width: 767px) {
  .white-block { width: 101%; min-height: auto; margin-bottom: 25px; }
  .link-block { margin-top: 0px; margin-bottom: 25px; flex-direction: column; }
  .info-section {
    flex-direction: column;
    margin-top: 40px;
  }
  .info-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-column--left,
  .info-column--right {
    width: 100%;
  }
  .heading { font-size: 40px; }
  .div-block-3 { padding-top: 15px; }
  .image-2 { position: relative; left: 0px; }
  .main-heading { height: auto; }
  .heading-intro { width: auto; }
  .white-intro-block { min-height: auto; }
}

@media screen and (max-width: 479px) {
  .container { padding-top: 15px; }
  .white-block { padding: 20px; }
  .white-download { margin-right: 0px; margin-bottom: 15px; }
  .heading { font-size: 30px; }
  .div-block-3 { flex-direction: column; }
  .image { width: 70px; }
  .image-2 { height: auto; margin-top: 25px; }
}

/* Button Icons */
.btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-icon-right {
  width: 14px;
  height: 14px;
  margin-left: auto;
  fill: currentColor;
  opacity: 0.7;
}

.external-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  fill: currentColor;
  opacity: 0.6;
}
:root {
  --font-family: 'greycliff-cf', sans-serif;
}

body {
  font-family: var(--font-family);
  font-weight: 500;
}

h1, h2, h3, .heading, .white-header {
  font-family: var(--font-family);
  font-weight: 800;
}

/* Ensure buttons use the font too */
.w-button, .white-download {
  font-family: var(--font-family);
  font-weight: 700;
}

#link-mac-intel {
  background-color: #a0abb1;
  border-right-color: #8c979d;
  border-bottom-color: #8c979d;
}

/* Override colors to use Maglr red if needed, or stick to the teal from the site? */
/* The site uses teal (#5fb9a3), user didn't ask to change colors, just font. */
/* But Maglr brand is usually red. The original site uses teal. I'll stick to teal unless asked. */
