/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.benefits-container {
  height: 384px;
}
@media only screen and (max-width: 930px) {
  .benefits-container {
    height: auto;
  }
}
.benefits-container h2 {
  margin-top: 86px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #45b4f0;
}
@media only screen and (max-width: 414px) {
  .benefits-container h2 {
    margin: 0 auto;
    margin-top: 44px;
    width: calc(100% - 20px);
  }
}
.benefits-container .benefits {
  width: 921px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 930px) {
  .benefits-container .benefits {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .benefits-container .benefits {
    margin-top: 40px;
  }
}
.benefits-container .benefits .item {
  line-height: 26px;
  width: 450px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.benefits-container .benefits .item:nth-child(2n) {
  float: right;
}
.benefits-container .benefits .item:nth-child(2n+1) {
  float: left;
}
@media only screen and (max-width: 930px) {
  .benefits-container .benefits .item {
    margin-left: 26%;
  }
  .benefits-container .benefits .item:nth-child(2n) {
    float: left;
  }
}
@media only screen and (max-width: 730px) {
  .benefits-container .benefits .item {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 630px) {
  .benefits-container .benefits .item {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 580px) {
  .benefits-container .benefits .item {
    margin-left: 8%;
    width: 91%;
  }
}
@media only screen and (max-width: 414px) {
  .benefits-container .benefits .item {
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 25px;
    width: calc(100% - 40px);
  }
}
.benefits-container .benefits .item .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -150px;
  /* 1461822313 */
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 20px;
  top: 0px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .benefits-container .benefits .item .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
.benefits-container .benefits .item .text {
  line-height: 24px;
  font-size: 18px;
  text-align: left;
  color: #484848;
}
@media only screen and (max-width: 414px) {
  .benefits-container .benefits .item .text {
    float: right;
    width: calc(100% - 47px);
  }
}
