/**
 * Main Stylesheet
 */
body {
  background: #f3e1d0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #26272A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #26272A;
    line-height: 1.4;
    margin: 0 0 20px; }
  body h1, body h2 {
    font-size: 32px;
    line-height: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      body h1, body h2 {
        line-height: 1.2; } }
    @media only screen and (max-width: 767px) {
      body h1, body h2 {
        font-size: 26px;
        line-height: 1.2; } }
  body h3 {
    font-size: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      body h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      body h3 {
        font-size: 20px; } }
  body h4 {
    font-size: 18px; }
  body h5 {
    font-size: 16px; }
  body a {
    font-family: 'Inter', sans-serif;
    color: #26272A;
    text-decoration: none;
    transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear; }
    body a:hover, body a:focus {
      color: #26272A; }
  body p, body span, body strong {
    font-family: 'Inter', sans-serif;
    color: #26272A; }
  body img {
    max-width: 100%; }
  body input[type="text"], body input[type="email"],
  body input[type="password"] {
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #26272A;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #E1E5E8;
    box-shadow: none; }
    body input[type="text"]:focus, body input[type="email"]:focus,
    body input[type="password"]:focus {
      border-color: #E1E5E8;
      box-shadow: none; }
  body input[type="text"].numeric_textfield {
    text-align: center;
    width: 75px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #E1E5E8; }
  body input[type="submit"], body input[type="button"], body .button {
    background-color: #26272A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #26272A;
    cursor: pointer;
    transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear; }
    body input[type="submit"].grey_btn, body input[type="button"].grey_btn, body .button.grey_btn {
      background: #dcdcdd;
      color: #26272A;
      border: 1px solid #dcdcdd; }
      body input[type="submit"].grey_btn:hover, body input[type="submit"].grey_btn:focus, body input[type="button"].grey_btn:hover, body input[type="button"].grey_btn:focus, body .button.grey_btn:hover, body .button.grey_btn:focus {
        background: #dcdcdd;
        color: #26272A; }
    body input[type="submit"].white_btn, body input[type="button"].white_btn, body .button.white_btn {
      background: #fff;
      color: #26272A;
      border: 1px solid #E1E5E8; }
      body input[type="submit"].white_btn:hover, body input[type="submit"].white_btn:focus, body input[type="button"].white_btn:hover, body input[type="button"].white_btn:focus, body .button.white_btn:hover, body .button.white_btn:focus {
        background: #fff;
        color: #26272A; }
    body input[type="submit"].red_btn, body input[type="button"].red_btn, body .button.red_btn {
      background: #EB5757;
      color: #fff;
      border: 1px solid #EB5757; }
      body input[type="submit"].red_btn:hover, body input[type="submit"].red_btn:focus, body input[type="button"].red_btn:hover, body input[type="button"].red_btn:focus, body .button.red_btn:hover, body .button.red_btn:focus {
        background: #EB5757;
        color: #fff; }
    body input[type="submit"]:hover, body input[type="submit"]:focus, body input[type="button"]:hover, body input[type="button"]:focus, body .button:hover, body .button:focus {
      background-color: #26272A;
      color: #fff;
      text-decoration: none; }
    body input[type="submit"]:disabled, body input[type="submit"].disabled_btn, body input[type="button"]:disabled, body input[type="button"].disabled_btn, body .button:disabled, body .button.disabled_btn {
      background-color: #ccc;
      border-color: #ccc;
      cursor: not-allowed; }
  body select {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #26272A;
    height: auto;
    padding: 10px 25px 10px 15px;
    border: 1px solid #E1E5E8;
    box-shadow: none;
    cursor: pointer; }
    body select:focus {
      border-color: #E1E5E8;
      box-shadow: none; }
  body textarea {
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #26272A;
    padding: 10px 15px;
    border: 1px solid #E1E5E8;
    box-shadow: none; }
    body textarea:focus {
      border-color: #E1E5E8;
      box-shadow: none; }
  body .red, body .red:hover {
    color: #e30202 !important; }
  body .green, body .green:hover {
    color: #27AE60 !important; }
  body .small_text {
    font-size: 12px; }
  body .textcenter {
    text-align: center; }
  body .textright {
    text-align: right; }
  body .float_left {
    float: left; }
  body .float_right {
    float: right; }
  body .clear_both {
    clear: both; }
  body .flex {
    display: flex; }
  body .align_middle {
    height: 100%;
    display: flex; }
    body .align_middle .center_content {
      align-self: center; }
    @media only screen and (max-width: 767px) {
      body .align_middle {
        height: auto; } }
  body .container {
    width: 100%;
    max-width: 1520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: auto;
    margin-left: auto; }
    body .container.full_width {
      max-width: none; }
    body .container.align_center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    body .container > div {
      padding-right: .9375rem;
      padding-left: .9375rem; }
    body .container .full_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    body .container .ten_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
      @media only screen and (max-width: 767px) {
        body .container .ten_column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    body .container .half_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media only screen and (max-width: 767px) {
        body .container .half_column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    body .container .four_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      @media only screen and (max-width: 767px) {
        body .container .four_column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    body .container .three_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
      @media only screen and (max-width: 767px) {
        body .container .three_column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }

#site-header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0;
  z-index: 1;
  padding: 20px 0;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }
  #site-header.fixed {
    background: #fff;
    box-shadow: #00000012 1px 1px 2px 1px; }
  @media only screen and (max-width: 767px) {
    #site-header .half_column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      #site-header .half_column:first-child {
        padding-right: 0; }
      #site-header .half_column:last-child {
        padding-left: 0; } }
  #site-header h1 {
    margin: 0; }
  #site-header span {
    display: block; }
  #site-header .signin_link, #site-header .button {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 8px 0 7px 25px; }
    @media only screen and (max-width: 767px) {
      #site-header .signin_link, #site-header .button {
        font-size: 14px;
        margin-left: 0; } }
  #site-header .signin_link {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    #site-header .button {
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 5px; } }

#site-content {
  padding-top: 93px; }
  #site-content .banner_section {
    padding: 7% 0 10%; }
    #site-content .banner_section * {
      text-align: center; }
    #site-content .banner_section h1 {
      font-size: 5rem; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #site-content .banner_section h1 {
          font-size: 3rem; } }
      @media only screen and (max-width: 767px) {
        #site-content .banner_section h1 {
          font-size: 2rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #site-content .banner_section h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      #site-content .banner_section h2 {
        font-size: 16px; } }
    #site-content .banner_section .button {
      font-size: 20px;
      font-weight: 500;
      display: table;
      margin: 40px auto 0; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #site-content .banner_section .button {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        #site-content .banner_section .button {
          font-size: 16px; } }
  #site-content .quote_section {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0; }
  #site-content .box_section {
    padding: 50px 0; }
    @media only screen and (max-width: 767px) {
      #site-content .box_section {
        padding: 20px 0; } }
    #site-content .box_section h2 {
      font-size: 4rem; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #site-content .box_section h2 {
          font-size: 2rem; } }
      @media only screen and (max-width: 767px) {
        #site-content .box_section h2 {
          font-size: 1.5rem;
          text-align: center;
          margin-top: 20px; } }
    #site-content .box_section .center_content p {
      font-size: 1.5rem; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #site-content .box_section .center_content p {
          font-size: 1rem; } }
      @media only screen and (max-width: 767px) {
        #site-content .box_section .center_content p {
          font-size: 1rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #site-content .box_section .features {
        display: table; } }
    @media only screen and (max-width: 767px) {
      #site-content .box_section .features {
        display: table; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #site-content .box_section .features .four_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      #site-content .box_section .features .four_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto; } }
    #site-content .box_section .features .four_column img {
      margin: 50px 0 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #site-content .box_section .features .four_column img {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        #site-content .box_section .features .four_column img {
          margin: 20px 0; } }
    @media only screen and (max-width: 767px) {
      #site-content .box_section .features .four_column h3 {
        margin-bottom: 10px; } }
  #site-content .pricing_section {
    padding: 50px 0; }
    #site-content .pricing_section .top_content {
      margin-bottom: 50px; }
      #site-content .pricing_section .top_content h2 {
        font-size: 3rem;
        line-height: 1.2; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #site-content .pricing_section .top_content h2 {
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          #site-content .pricing_section .top_content h2 {
            font-size: 2.2rem; } }
    #site-content .pricing_section .table_content {
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        #site-content .pricing_section .table_content.for_desktop {
          display: none; } }
      #site-content .pricing_section .table_content.for_desktop .item .label, #site-content .pricing_section .table_content.for_desktop .item .option {
        border-bottom: 1px solid #ccc; }
        #site-content .pricing_section .table_content.for_desktop .item .label .type, #site-content .pricing_section .table_content.for_desktop .item .option .type {
          font-weight: 500;
          text-transform: uppercase;
          margin: 20px 0 0; }
        #site-content .pricing_section .table_content.for_desktop .item .label span, #site-content .pricing_section .table_content.for_desktop .item .option span {
          width: 100%;
          display: table;
          padding: 10px 0; }
      #site-content .pricing_section .table_content.for_desktop .label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; }
      #site-content .pricing_section .table_content.for_desktop .option {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
        #site-content .pricing_section .table_content.for_desktop .option .highlight h5 {
          margin-top: 28px; }
        #site-content .pricing_section .table_content.for_desktop .option .popular {
          padding: 2px 5px; }
        #site-content .pricing_section .table_content.for_desktop .option h5 {
          margin-top: 50px; }
        #site-content .pricing_section .table_content.for_desktop .option .discount {
          max-width: 100px;
          min-height: 35px; }
      #site-content .pricing_section .table_content.for_mobile {
        display: none; }
        @media only screen and (max-width: 767px) {
          #site-content .pricing_section .table_content.for_mobile {
            display: block; } }
        #site-content .pricing_section .table_content.for_mobile .item .type {
          font-weight: 500;
          text-transform: uppercase; }
          #site-content .pricing_section .table_content.for_mobile .item .type.last {
            margin-top: 10px; }
        #site-content .pricing_section .table_content.for_mobile .item ul {
          list-style: none;
          margin: 0; }
          #site-content .pricing_section .table_content.for_mobile .item ul li {
            background: url("images/check.svg") no-repeat 0 6px transparent;
            padding-left: 25px;
            margin-bottom: 5px; }
        #site-content .pricing_section .table_content.for_mobile .label, #site-content .pricing_section .table_content.for_mobile .option {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
        #site-content .pricing_section .table_content.for_mobile .option {
          margin-top: 30px; }
          #site-content .pricing_section .table_content.for_mobile .option .details {
            padding: 15px 10px;
            border: 1px solid #dcdcdd; }
          #site-content .pricing_section .table_content.for_mobile .option .popular {
            padding: 2px 10px; }
      #site-content .pricing_section .table_content .label input {
        margin-right: 10px; }
      #site-content .pricing_section .table_content .label .discount {
        font-weight: 600; }
      #site-content .pricing_section .table_content .option .highlight {
        background: #dcdcdd;
        width: 100%;
        display: table; }
      #site-content .pricing_section .table_content .option .popular {
        background-color: #ccc; }
      #site-content .pricing_section .table_content .option h2 {
        margin-bottom: 5px; }
        #site-content .pricing_section .table_content .option h2 sup {
          font-size: 14px;
          font-weight: normal;
          top: -0.9em; }
      #site-content .pricing_section .table_content .option .discount {
        font-weight: 600;
        margin: 5px auto 15px; }
    #site-content .pricing_section .bottom_content {
      margin-bottom: 50px; }
      #site-content .pricing_section .bottom_content ul {
        list-style: none;
        margin: 0 0 20px; }
        #site-content .pricing_section .bottom_content ul li {
          background: url("images/check.svg") no-repeat 0 6px transparent;
          padding-left: 30px;
          margin-bottom: 15px; }
  #site-content .faq_section {
    padding-bottom: 50px; }
    #site-content .faq_section .faq {
      padding-top: 20px; }
  #site-content .login_section {
    padding: 50px 20px; }
    #site-content .login_section > .container > .ten_column {
      background: #fff;
      padding-top: 30px;
      padding-bottom: 30px; }
      #site-content .login_section > .container > .ten_column .half_column {
        padding: 0; }
      #site-content .login_section > .container > .ten_column .left_side {
        padding: 5% 20% 5% 10%; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #site-content .login_section > .container > .ten_column .left_side {
            padding: 5% 10%; } }
        @media only screen and (max-width: 767px) {
          #site-content .login_section > .container > .ten_column .left_side {
            display: none; } }
        #site-content .login_section > .container > .ten_column .left_side h2 {
          font-size: 3.2rem; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #site-content .login_section > .container > .ten_column .left_side h2 {
              font-size: 2rem; } }
          @media only screen and (max-width: 767px) {
            #site-content .login_section > .container > .ten_column .left_side h2 {
              font-size: 2rem; } }
      #site-content .login_section > .container > .ten_column .right_side {
        padding: 5% 10%;
        border-left: 1px solid #dcdcdd; }
        @media only screen and (max-width: 767px) {
          #site-content .login_section > .container > .ten_column .right_side {
            padding: 0 20px;
            border: 0; } }
        #site-content .login_section > .container > .ten_column .right_side .back_btn {
          display: table;
          margin-bottom: 50px; }
        #site-content .login_section > .container > .ten_column .right_side .button {
          width: 100%;
          margin-top: 10px; }
        #site-content .login_section > .container > .ten_column .right_side .textcenter a {
          text-decoration: underline; }

#site-footer {
  background: #fff;
  padding: 50px 0 30px; }
  @media only screen and (max-width: 767px) {
    #site-footer {
      padding: 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    #site-footer h4 {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    #site-footer h4.mobile_hide {
      display: none; } }
  #site-footer ul {
    list-style: none;
    margin: 0 0 20px; }
    @media only screen and (max-width: 767px) {
      #site-footer ul.mobile_nomargin {
        margin: 0; } }

/*# sourceMappingURL=style.css.map */
