@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .sm-1 {
    width: calc(100% / 12); }
  .sm-2 {
    width: calc(100% / 12 * 2); }
  .sm-3 {
    width: calc(100% / 12 * 3); }
  .sm-4 {
    width: calc(100% / 12 * 4); }
  .sm-5 {
    width: calc(100% / 12 * 5); }
  .sm-6 {
    width: calc(100% / 12 * 6); }
  .sm-7 {
    width: calc(100% / 12 * 7); }
  .sm-8 {
    width: calc(100% / 12 * 8); }
  .sm-9 {
    width: calc(100% / 12 * 9); }
  .sm-10 {
    width: calc(100% / 12 * 10); }
  .sm-11 {
    width: calc(100% / 12 * 11); }
  .sm-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 768px) {
  .md-1 {
    width: calc(100% / 12); }
  .md-2 {
    width: calc(100% / 12 * 2); }
  .md-3 {
    width: calc(100% / 12 * 3); }
  .md-4 {
    width: calc(100% / 12 * 4); }
  .md-5 {
    width: calc(100% / 12 * 5); }
  .md-6 {
    width: calc(100% / 12 * 6); }
  .md-7 {
    width: calc(100% / 12 * 7); }
  .md-8 {
    width: calc(100% / 12 * 8); }
  .md-9 {
    width: calc(100% / 12 * 9); }
  .md-10 {
    width: calc(100% / 12 * 10); }
  .md-11 {
    width: calc(100% / 12 * 11); }
  .md-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 1200px) {
  .xl-1 {
    width: calc(100% / 12); }
  .xl-2 {
    width: calc(100% / 12 * 2); }
  .xl-3 {
    width: calc(100% / 12 * 3); }
  .xl-4 {
    width: calc(100% / 12 * 4); }
  .xl-5 {
    width: calc(100% / 12 * 5); }
  .xl-6 {
    width: calc(100% / 12 * 6); }
  .xl-7 {
    width: calc(100% / 12 * 7); }
  .xl-8 {
    width: calc(100% / 12 * 8); }
  .xl-9 {
    width: calc(100% / 12 * 9); }
  .xl-10 {
    width: calc(100% / 12 * 10); }
  .xl-11 {
    width: calc(100% / 12 * 11); }
  .xl-12 {
    width: calc(100% / 12 * 12); } }

@media (max-width: 576px) {
  .xs-1 {
    width: calc(100% / 12); }
  .xs-2 {
    width: calc(100% / 12 * 2); }
  .xs-3 {
    width: calc(100% / 12 * 3); }
  .xs-4 {
    width: calc(100% / 12 * 4); }
  .xs-5 {
    width: calc(100% / 12 * 5); }
  .xs-6 {
    width: calc(100% / 12 * 6); }
  .xs-7 {
    width: calc(100% / 12 * 7); }
  .xs-8 {
    width: calc(100% / 12 * 8); }
  .xs-9 {
    width: calc(100% / 12 * 9); }
  .xs-10 {
    width: calc(100% / 12 * 10); }
  .xs-11 {
    width: calc(100% / 12 * 11); }
  .xs-12 {
    width: calc(100% / 12 * 12); } }

/** ---- midea query objects ----**/
a {
  text-decoration: none;
  color: #003057;
  font-family: 'Brother 1816';
  font-size: 13px;
  transition: all .35s; }

h1, h2, h3 {
  font-family: 'Brother 1816';
  color: #000000; }

h4, h5 {
  font-family: 'Brother 1816';
  color: #000000; }

p {
  color: #727272;
  font-family: 'Brother 1816';
  font-size: 13px; }

h1 {
  font-size: 29px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 29px; }

.body {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem; }
  @media (max-width: 540px) {
    .body {
      margin-bottom: 20px; } }

.cms-page {
  float: left;
  width: 100%; }
  .cms-page nav[aria-label='Breadcrumb'] {
    max-width: 100%;
    width: 100%; }
    @media (max-width: 991px) {
      .cms-page nav[aria-label='Breadcrumb'] {
        max-width: 100%;
        display: block; } }
  .cms-page .breadcrumbs {
    text-align: left; }
    @media (max-width: 991px) {
      .cms-page .breadcrumbs {
        text-align: left;
        display: block; } }
    .cms-page .breadcrumbs .breadcrumb a {
      color: #727272;
      font-size: 15px;
      letter-spacing: -0.07px; }
      @media (max-width: 540px) {
        .cms-page .breadcrumbs .breadcrumb a {
          font-size: 13px; } }
    .cms-page .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      color: #303030;
      letter-spacing: -0.07px;
      font-weight: 600; }
    .cms-page .breadcrumbs .breadcrumb:not(:first-child)::before {
      transform: none; }
  .cms-page .page-heading {
    font-size: 28px;
    line-height: 42px;
    font-family: "Brother 1816";
    font-weight: 600;
    margin-bottom: 6px;
    color: #221E20; }
    @media (max-width: 767px) {
      .cms-page .page-heading {
        font-size: 24px; } }

.login-page .login {
  max-width: 100%;
  margin: 0 auto; }
  .login-page .login .login-row {
    max-width: 1005px;
    margin: 40px auto; }
    @media (max-width: 991px) {
      .login-page .login .login-row {
        margin: 20px auto;
        padding: 0 15px; } }
    .login-page .login .login-row .login-form {
      padding: 0 50px 0 0; }
      @media (max-width: 991px) {
        .login-page .login .login-row .login-form {
          padding: 0 0 30px 0; } }
      @media (max-width: 540px) {
        .login-page .login .login-row .login-form {
          padding: 0 0 10px 0; } }
      .login-page .login .login-row .login-form .form-field .form-label {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.08px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816"; }
        @media (max-width: 540px) {
          .login-page .login .login-row .login-form .form-field .form-label {
            font-size: 14px; } }
      .login-page .login .login-row .login-form .form-field .form-input {
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        height: 56px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816";
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 540px) {
          .login-page .login .login-row .login-form .form-field .form-input {
            font-size: 14px;
            height: 48px; } }
      .login-page .login .login-row .login-form .form-field .form-inlineMessage {
        font-family: "Brother 1816"; }
      .login-page .login .login-row .login-form .form-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 40px; }
        @media (max-width: 540px) {
          .login-page .login .login-row .login-form .form-actions {
            margin-top: 30px; } }
        .login-page .login .login-row .login-form .form-actions .button {
          background: #003057;
          border-radius: 24px;
          border: none;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 48px;
          font-weight: 600;
          padding: 0;
          width: 160px;
          margin-bottom: 0;
          transition: all .5s ease; }
          .login-page .login .login-row .login-form .form-actions .button:hover {
            background-color: #00AEC7;
            border-color: #00AEC7;
            color: #fff; }
          @media (max-width: 540px) {
            .login-page .login .login-row .login-form .form-actions .button {
              width: 100%;
              display: block; } }
        .login-page .login .login-row .login-form .form-actions .forgot-password {
          font-size: 16px;
          line-height: 24px;
          color: #303030;
          margin-left: 30px;
          font-weight: 500; }
          .login-page .login .login-row .login-form .form-actions .forgot-password:hover {
            color: #00AEC7; }
          @media (max-width: 540px) {
            .login-page .login .login-row .login-form .form-actions .forgot-password {
              font-size: 13px;
              margin: 24px 0 8px 0;
              text-align: center; } }
    @media (max-width: 991px) {
      .login-page .login .login-row .new-customer {
        padding-left: 0;
        padding-right: 0;
        position: relative; } }
    .login-page .login .login-row .new-customer .panel {
      min-height: 440px;
      background-color: #FCFCFC; }
      @media (max-width: 991px) {
        .login-page .login .login-row .new-customer .panel {
          min-height: 360px; } }
      .login-page .login .login-row .new-customer .panel .panel-header {
        background-color: #FCFCFC;
        padding: 32px 40px 0; }
        @media (max-width: 991px) {
          .login-page .login .login-row .new-customer .panel .panel-header {
            padding: 32px 0px 0; } }
        .login-page .login .login-row .new-customer .panel .panel-header .panel-title {
          font-size: 22px;
          line-height: 24px;
          font-family: "Brother 1816";
          font-weight: 600;
          letter-spacing: -0.11px;
          color: #303030; }
          @media (max-width: 540px) {
            .login-page .login .login-row .new-customer .panel .panel-header .panel-title {
              font-size: 24px;
              text-align: center; } }
      .login-page .login .login-row .new-customer .panel .panel-body {
        background-color: #FCFCFC;
        padding: 20px 40px 32px; }
        @media (max-width: 991px) {
          .login-page .login .login-row .new-customer .panel .panel-body {
            padding: 20px 0px 32px;
            margin-bottom: 0; } }
        @media (max-width: 540px) {
          .login-page .login .login-row .new-customer .panel .panel-body {
            padding: 20px 0px 32px; } }
        .login-page .login .login-row .new-customer .panel .panel-body .new-customer-fact-list {
          margin: 0;
          padding: 0 0 12px 18px; }
          .login-page .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
            font-size: 16px;
            line-height: 24px;
            font-family: "Brother 1816";
            letter-spacing: -0.08px;
            color: #303030;
            margin-bottom: 18px;
            padding-left: 0; }
            @media (max-width: 540px) {
              .login-page .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
                font-size: 14px; } }
        .login-page .login .login-row .new-customer .panel .panel-body .button {
          background: #00AEC7;
          border-radius: 24px;
          border: none;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 48px;
          font-weight: 600;
          padding: 0;
          width: 160px;
          margin-bottom: 0;
          transition: all .5s ease; }
          @media (max-width: 540px) {
            .login-page .login .login-row .new-customer .panel .panel-body .button {
              width: 100%;
              display: block; } }
    @media (max-width: 991px) {
      .login-page .login .login-row .new-customer:before {
        content: '';
        background: #fcfcfc;
        width: 1000px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 100%; }
      .login-page .login .login-row .new-customer:after {
        content: '';
        background: #fcfcfc;
        width: 1000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%; } }

.create-account-page {
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .create-account-page {
      margin-bottom: 30px; } }
  .create-account-page .account {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0; }
    @media (max-width: 767px) {
      .create-account-page .account {
        padding: 20px 0 0 0; } }
    .create-account-page .account .account-body {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
      background-color: #FCFCFC;
      border-radius: 20px;
      padding: 38px;
      border: 1px solid #ccc;
      margin: 0; }
      @media (max-width: 767px) {
        .create-account-page .account .account-body {
          padding: 18px; } }
      .create-account-page .account .account-body .form-field .form-label {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.08px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816"; }
        @media (max-width: 540px) {
          .create-account-page .account .account-body .form-field .form-label {
            font-size: 14px; } }
        .create-account-page .account .account-body .form-field .form-label small {
          font-size: 14px;
          line-height: 21px;
          font-weight: 500;
          color: #E02B27;
          font-family: "Brother 1816";
          float: none;
          text-align: right; }
      .create-account-page .account .account-body .form-field .form-input {
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        height: 56px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816";
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 540px) {
          .create-account-page .account .account-body .form-field .form-input {
            font-size: 14px;
            height: 48px; } }
      .create-account-page .account .account-body .form-field .form-select {
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        height: 56px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816";
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 540px) {
          .create-account-page .account .account-body .form-field .form-select {
            font-size: 14px;
            height: 48px; } }
      .create-account-page .account .account-body .form-field .form-inlineMessage {
        font-family: "Brother 1816"; }
      .create-account-page .account .account-body .form-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px; }
        @media (max-width: 540px) {
          .create-account-page .account .account-body .form-actions {
            margin-top: 10px; } }
        .create-account-page .account .account-body .form-actions .button {
          background: #003057;
          border-radius: 24px;
          border: none;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 48px;
          font-weight: 600;
          padding: 0;
          width: 200px;
          margin-bottom: 0;
          transition: all .5s ease; }
          .create-account-page .account .account-body .form-actions .button:hover {
            background-color: #00AEC7;
            border-color: #00AEC7;
            color: #fff; }
          @media (max-width: 540px) {
            .create-account-page .account .account-body .form-actions .button {
              font-size: 14px;
              width: 100%;
              display: block; } }

.forgot-password-page {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .forgot-password-page {
      margin-bottom: 10px; } }
  .forgot-password-page .account {
    min-height: auto; }
    .forgot-password-page .account p {
      font-size: 16px;
      line-height: 24px;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .forgot-password-page .account p {
          font-size: 14px;
          line-height: 22px;
          margin-top: 14px; } }
    .forgot-password-page .account .forgot-password-form {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
      background-color: #FCFCFC;
      border-radius: 20px;
      padding: 38px;
      border: 1px solid #ccc;
      margin: 0; }
      @media (max-width: 767px) {
        .forgot-password-page .account .forgot-password-form {
          padding: 18px; } }
      .forgot-password-page .account .forgot-password-form .form-label {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.08px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816"; }
        @media (max-width: 540px) {
          .forgot-password-page .account .forgot-password-form .form-label {
            font-size: 14px; } }
        .forgot-password-page .account .forgot-password-form .form-label small {
          font-size: 14px;
          line-height: 21px;
          font-weight: 500;
          color: #E02B27;
          font-family: "Brother 1816";
          float: none;
          text-align: right; }
      .forgot-password-page .account .forgot-password-form .form-input {
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        height: 56px;
        color: #303030;
        font-weight: 500;
        font-family: "Brother 1816";
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 540px) {
          .forgot-password-page .account .forgot-password-form .form-input {
            font-size: 14px;
            height: 48px; } }
      .forgot-password-page .account .forgot-password-form .button {
        background: #003057;
        border-radius: 24px;
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding: 0;
        height: 48px;
        transition: all .5s ease; }
        .forgot-password-page .account .forgot-password-form .button:hover {
          background-color: #00AEC7;
          border-color: #00AEC7;
          color: #fff; }
        @media (max-width: 540px) {
          .forgot-password-page .account .forgot-password-form .button {
            font-size: 14px;
            height: 44px; } }
      .forgot-password-page .account .forgot-password-form .form-inlineMessage {
        font-family: "Brother 1816"; }

.create-account-thanks {
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    .create-account-thanks {
      padding: 10px 0 30px 0; } }
  .create-account-thanks .page .page-heading {
    font-size: 28px;
    line-height: 42px;
    font-family: "Brother 1816";
    font-weight: 600;
    margin: 0 0 2.5rem;
    color: #221E20; }
    @media (max-width: 767px) {
      .create-account-thanks .page .page-heading {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 1.25rem; } }
  .create-account-thanks .page .page-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .create-account-thanks .page .page-content p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 14px; } }
  .create-account-thanks .page .page-content .button {
    background: #003057;
    border-radius: 24px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    padding: 0;
    transition: all .5s ease;
    margin-bottom: 0;
    width: 220px; }
    .create-account-thanks .page .page-content .button:hover {
      background-color: #00AEC7;
      border-color: #00AEC7;
      color: #fff; }
    @media (max-width: 540px) {
      .create-account-thanks .page .page-content .button {
        font-size: 14px;
        line-height: 44px; } }

.contact-us-page .contact-us-banner {
  padding: 16px 0 0 0; }
  .contact-us-page .contact-us-banner img {
    width: 100%; }
  @media (max-width: 767px) {
    .contact-us-page .contact-us-banner .desktop-banner {
      display: none; } }
  .contact-us-page .contact-us-banner .mobile-banner {
    display: none; }
    @media (max-width: 767px) {
      .contact-us-page .contact-us-banner .mobile-banner {
        display: block; } }

.contact-us-page #contact-us-page .form-section {
  background: #f8f8f8;
  padding: 60px 0 30px;
  position: relative; }
  @media (max-width: 767px) {
    .contact-us-page #contact-us-page .form-section {
      padding: 30px 10px 30px; } }
  .contact-us-page #contact-us-page .form-section .form {
    max-width: 650px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .contact-us-page #contact-us-page .form-section .form {
        max-width: 100%; } }
    .contact-us-page #contact-us-page .form-section .form .form-field .form-label {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.08px;
      color: #303030;
      font-weight: 500;
      font-family: "Brother 1816"; }
      @media (max-width: 540px) {
        .contact-us-page #contact-us-page .form-section .form .form-field .form-label {
          font-size: 14px; } }
      .contact-us-page #contact-us-page .form-section .form .form-field .form-label small {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: #DB374D;
        font-family: "Brother 1816";
        float: none;
        text-align: right; }
    .contact-us-page #contact-us-page .form-section .form .form-field .form-input {
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      height: 42px;
      color: #303030;
      font-weight: 500;
      font-family: "Brother 1816";
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 540px) {
        .contact-us-page #contact-us-page .form-section .form .form-field .form-input {
          font-size: 14px;
          height: 40px; } }
    .contact-us-page #contact-us-page .form-section .form .form-field #contact_question {
      height: 150px; }
    .contact-us-page #contact-us-page .form-section .form .form-field .form-inlineMessage {
      font-family: "Brother 1816"; }
    .contact-us-page #contact-us-page .form-section .form .form-actions {
      margin-top: 20px; }
      @media (max-width: 540px) {
        .contact-us-page #contact-us-page .form-section .form .form-actions {
          margin-top: 10px; } }
      .contact-us-page #contact-us-page .form-section .form .form-actions .button {
        background: #003057;
        border-radius: 24px;
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 48px;
        font-weight: 600;
        padding: 0;
        width: 160px;
        margin-bottom: 0;
        transition: all .5s ease; }
        .contact-us-page #contact-us-page .form-section .form .form-actions .button:hover {
          background-color: #00AEC7;
          border-color: #00AEC7;
          color: #fff; }
        @media (max-width: 540px) {
          .contact-us-page #contact-us-page .form-section .form .form-actions .button {
            font-size: 14px; } }

.contact-us-page #contact-us-page .info-section {
  padding: 95px 0 12px 0; }
  @media (max-width: 991px) {
    .contact-us-page #contact-us-page .info-section {
      max-width: 650px;
      margin: 0 auto;
      padding: 65px 0 12px 0; } }
  @media (max-width: 767px) {
    .contact-us-page #contact-us-page .info-section {
      max-width: 100%;
      padding: 30px 10px 0px 10px; } }
  .contact-us-page #contact-us-page .info-section .info-inner {
    max-width: 345px; }
    @media (max-width: 991px) {
      .contact-us-page #contact-us-page .info-section .info-inner {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .contact-us-page #contact-us-page .info-section .info-inner {
        max-width: 315px; } }
    @media (max-width: 540px) {
      .contact-us-page #contact-us-page .info-section .info-inner {
        max-width: 100%; } }
    .contact-us-page #contact-us-page .info-section .info-inner h2 {
      font-size: 26px;
      line-height: 39px;
      font-family: "Brother 1816";
      font-weight: 600;
      margin: 0px 0 14px 0;
      color: #221E20; }
      @media (max-width: 767px) {
        .contact-us-page #contact-us-page .info-section .info-inner h2 {
          font-size: 20px;
          line-height: 30px;
          margin: 0 0 24px 0; } }
    .contact-us-page #contact-us-page .info-section .info-inner h4 {
      font-size: 16px;
      line-height: 24px;
      font-family: "Brother 1816";
      font-weight: 500;
      margin: 0 0 12px 0;
      color: #221E20; }
      @media (max-width: 767px) {
        .contact-us-page #contact-us-page .info-section .info-inner h4 {
          font-size: 15px; } }
      .contact-us-page #contact-us-page .info-section .info-inner h4 a {
        font-size: 16px;
        line-height: 24px;
        font-family: "Brother 1816";
        margin: 0 0 10px 0;
        color: #221E20;
        font-weight: 400; }
        @media (max-width: 767px) {
          .contact-us-page #contact-us-page .info-section .info-inner h4 a {
            font-size: 15px; } }
    .contact-us-page #contact-us-page .info-section .info-inner p {
      font-size: 16px;
      line-height: 22px;
      font-family: "Brother 1816";
      color: #221E20; }
      @media (max-width: 767px) {
        .contact-us-page #contact-us-page .info-section .info-inner p {
          font-size: 15px; } }
      .contact-us-page #contact-us-page .info-section .info-inner p a {
        font-size: 16px;
        line-height: 22px;
        font-family: "Brother 1816";
        color: #221E20; }
        @media (max-width: 767px) {
          .contact-us-page #contact-us-page .info-section .info-inner p a {
            font-size: 15px; } }
      .contact-us-page #contact-us-page .info-section .info-inner p strong {
        font-weight: 500; }
  .contact-us-page #contact-us-page .info-section .lg-4:last-child .info-inner p {
    line-height: 28.5px;
    word-break: break-word; }

.contact-us-page #contact-us-page .error-alert, .contact-us-page #contact-us-page .form-inlineMessage {
  color: #ff0000;
  margin-top: 10px;
  font-size: 14px;
  outline: 0 !important;
  font-family: "Brother 1816"; }

.contact-us-page #contact-us-page .loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: auto; }

.contact-us-page #contact-us-page .successMsg {
  color: #4F7942;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  @media (max-width: 767px) {
    .contact-us-page #contact-us-page .successMsg {
      font-size: 15px; } }

.page .no-margin {
  margin-bottom: 0; }

@media (max-width: 540px) {
  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: left; } }

/*** About Us Page ***/
ol.breadcrumbs {
  text-align: left;
  display: block; }

.about_us {
  margin: 0 auto; }
  .about_us .page-content, .about_us .page-content--full {
    padding: 0;
    overflow: hidden; }
  .about_us p {
    font-size: 16px;
    line-height: 28px;
    color: #272727; }
    @media (max-width: 991px) {
      .about_us p {
        font-size: 14px;
        line-height: 24px; } }
  .about_us .page-heading {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .about_us .page-heading {
        margin-bottom: 15px; } }
  .about_us .top_banner > img {
    width: 100%; }
  .about_us .sub_heading {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #221E20;
    line-height: 50px;
    max-width: 950px;
    margin: 40px auto 0 auto;
    text-align: center; }
    @media (max-width: 991px) {
      .about_us .sub_heading {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: normal; } }
    @media (max-width: 767px) {
      .about_us .sub_heading {
        padding: 0 20px;
        margin: 30px auto 0 auto; } }
  .about_us .section_1 {
    margin: 60px 0; }
    @media (max-width: 991px) {
      .about_us .section_1 {
        margin: 30px 0; } }
    .about_us .section_1 .section_1_top {
      margin-bottom: 60px; }
      @media (max-width: 1200px) {
        .about_us .section_1 .section_1_top {
          margin-bottom: 30px; } }
      .about_us .section_1 .section_1_top .section_1_grid {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 -7.5px; }
        .about_us .section_1 .section_1_top .section_1_grid .section_1_left {
          width: 40%;
          padding: 0 7.5px; }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_left > img {
            width: 100%;
            height: 589px;
            object-fit: cover; }
        .about_us .section_1 .section_1_top .section_1_grid .section_1_right {
          width: 60%;
          padding: 0 7.5px; }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_right > img {
            width: 100%;
            height: 323px;
            object-fit: cover; }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts {
            display: flex;
            align-items: center;
            justify-content: center;
            list-style: none;
            margin: 48px auto 0; }
            .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li {
              font-size: 44px;
              font-weight: 700;
              letter-spacing: -0.22px;
              color: #003057;
              line-height: 56px;
              font-family: "Brother 1816";
              padding: 0 33px;
              text-align: center; }
              .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li > span {
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: -0.08px;
                color: #727272;
                opacity: 0.9;
                position: relative;
                top: -4px;
                height: 48px; }
            @media (max-width: 1280px) {
              .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li {
                padding: 0 23px; } }
            @media (max-width: 1100px) {
              .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts {
                margin: 30px auto 0; }
                .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li {
                  padding: 0 10px; } }
            @media (max-width: 767px) {
              .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts {
                max-width: 375px;
                flex-wrap: wrap; }
                .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li {
                  width: 50%;
                  border: 1px solid #EAEAEA;
                  padding: 10px 10px; }
                  .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li:first-child {
                    border-left: 0;
                    border-top: 0; }
                  .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li:nth-child(2) {
                    border-right: 0;
                    border-top: 0; }
                  .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li:nth-child(3) {
                    border-left: 0;
                    border-bottom: 0; }
                  .about_us .section_1 .section_1_top .section_1_grid .section_1_right .customer_counts li:nth-child(4) {
                    border-right: 0;
                    border-bottom: 0; } }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_right > p {
            max-width: 655px;
            margin: 34px auto 0; }
            .about_us .section_1 .section_1_top .section_1_grid .section_1_right > p > strong {
              display: block;
              margin-bottom: 10px;
              font-size: 18px; }
              @media (max-width: 991px) {
                .about_us .section_1 .section_1_top .section_1_grid .section_1_right > p > strong {
                  font-size: 14px; } }
            @media (max-width: 767px) {
              .about_us .section_1 .section_1_top .section_1_grid .section_1_right > p {
                padding: 0 30px; } }
        @media (max-width: 991px) {
          .about_us .section_1 .section_1_top .section_1_grid .section_1_left, .about_us .section_1 .section_1_top .section_1_grid .section_1_right {
            width: 100%;
            padding: 0; }
            .about_us .section_1 .section_1_top .section_1_grid .section_1_left > img, .about_us .section_1 .section_1_top .section_1_grid .section_1_right > img {
              height: auto; }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_right {
            width: 100%;
            padding-top: 10px; } }
        @media (max-width: 400px) {
          .about_us .section_1 .section_1_top .section_1_grid .section_1_left > img {
            height: 276px; }
          .about_us .section_1 .section_1_top .section_1_grid .section_1_right > img {
            height: 215px; } }
    .about_us .section_1 .section_1_bottom {
      margin-top: 120px; }
      @media (max-width: 1200px) {
        .about_us .section_1 .section_1_bottom {
          margin-top: 30px; } }
      .about_us .section_1 .section_1_bottom .section_1_grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 -7.5px;
        flex-direction: row-reverse; }
        .about_us .section_1 .section_1_bottom .section_1_grid .section_1_left {
          width: 60%;
          padding: 0 7.5px; }
          .about_us .section_1 .section_1_bottom .section_1_grid .section_1_left > img {
            width: 100%;
            height: 637px;
            object-fit: cover; }
        .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right {
          width: 40%;
          padding: 0 7.5px; }
          .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right h3 {
            font-size: 36px;
            font-weight: 600;
            letter-spacing: -0.18px;
            line-height: 56px;
            margin: 0; }
            @media (max-width: 991px) {
              .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right h3 {
                font-size: 24px;
                line-height: 30px;
                margin: 15px 0 0; } }
          .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont {
            max-width: 465px;
            margin: 0 auto; }
            .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont > p {
              margin: 30px auto 0; }
              @media (max-width: 991px) {
                .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont > p {
                  margin: 16px auto 0; }
                  .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont > p > br {
                    display: none; } }
              .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont > p > strong {
                display: block;
                margin-bottom: 0px;
                font-size: 18px; }
                @media (max-width: 991px) {
                  .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont > p > strong {
                    font-size: 14px;
                    margin-bottom: 16px; } }
        @media (max-width: 991px) {
          .about_us .section_1 .section_1_bottom .section_1_grid .section_1_left, .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right {
            width: 100%;
            padding: 0; }
            .about_us .section_1 .section_1_bottom .section_1_grid .section_1_left > img, .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right > img {
              height: auto; }
          .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right {
            width: 100%;
            padding-top: 10px; }
            .about_us .section_1 .section_1_bottom .section_1_grid .section_1_right .cont {
              max-width: none;
              padding: 0 30px; } }
  .about_us .section_2 {
    background: #F8F8F8;
    padding: 60px 0;
    margin: 60px 0; }
    .about_us .section_2 .section_2_grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -11px; }
      .about_us .section_2 .section_2_grid .section_2_item {
        width: 33.33%;
        padding: 0 11px; }
        .about_us .section_2 .section_2_grid .section_2_item .event_body {
          padding: 0 12px; }
          @media (max-width: 767px) {
            .about_us .section_2 .section_2_grid .section_2_item .event_body {
              padding: 0 2px; } }
          .about_us .section_2 .section_2_grid .section_2_item .event_body h4 {
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin: 20px 0 10px; }
    @media (max-width: 991px) {
      .about_us .section_2 {
        padding: 45px 0 20px;
        margin: 40px 0 30px; }
        .about_us .section_2 .section_2_grid {
          margin: 0 auto; }
          .about_us .section_2 .section_2_grid .section_2_item {
            width: 50%;
            margin: 0 0 15px; }
            .about_us .section_2 .section_2_grid .section_2_item:last-child {
              margin-bottom: 0; } }
    @media (max-width: 767px) {
      .about_us .section_2 .section_2_grid .section_2_item {
        width: 100%; } }
  .about_us .section_3 {
    margin: 60px 0; }
    @media (max-width: 767px) {
      .about_us .section_3 > .container {
        padding: 0; } }
    .about_us .section_3 .section_3_grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px; }
      .about_us .section_3 .section_3_grid .section_3_item {
        width: 50%;
        padding: 0 8px; }
        @media (max-width: 767px) {
          .about_us .section_3 .section_3_grid .section_3_item {
            width: 100%; }
            .about_us .section_3 .section_3_grid .section_3_item:first-child {
              margin-bottom: 15px; }
            .about_us .section_3 .section_3_grid .section_3_item .rental_figure > img {
              width: 100%; } }
        .about_us .section_3 .section_3_grid .section_3_item .rental_body {
          padding: 0 12px; }
          @media (max-width: 767px) {
            .about_us .section_3 .section_3_grid .section_3_item .rental_body {
              padding: 0 30px; } }
          .about_us .section_3 .section_3_grid .section_3_item .rental_body h3 {
            font-size: 32px;
            font-weight: 600;
            line-height: 56px;
            letter-spacing: -0.16px;
            margin: 26px 0 10px; }
            @media (max-width: 991px) {
              .about_us .section_3 .section_3_grid .section_3_item .rental_body h3 {
                font-size: 24px;
                line-height: 30px;
                letter-spacing: normal;
                margin: 30px 0 12px; } }
        .about_us .section_3 .section_3_grid .section_3_item:first-child .rental_body p {
          margin-bottom: 5px; }
          @media (max-width: 991px) {
            .about_us .section_3 .section_3_grid .section_3_item:first-child .rental_body p {
              margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .about_us .section_3 {
        margin: 30px 0; } }
  @media (max-width: 991px) {
    .about_us .reviews-section {
      padding: 0 0 150px 0; } }
  .about_us .reviews-section .grid {
    border: 1px solid #EAEAEA; }
    .about_us .reviews-section .grid .lg-6 {
      padding: 0; }
    .about_us .reviews-section .grid .review-image-sec img {
      width: 100%; }
    .about_us .reviews-section .grid .review-content {
      float: left;
      width: 100%;
      padding: 50px 50px 20px 50px; }
      @media (max-width: 1200px) {
        .about_us .reviews-section .grid .review-content {
          padding: 30px 20px; } }
      @media (max-width: 767px) {
        .about_us .reviews-section .grid .review-content {
          padding: 24px 20px; } }
      .about_us .reviews-section .grid .review-content .title {
        letter-spacing: 0.6px;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin: 0 0 16px 0;
        color: #272727; }
        @media (max-width: 767px) {
          .about_us .reviews-section .grid .review-content .title {
            font-size: 28px;
            line-height: 36px;
            letter-spacing: -0.12px; } }
        @media (max-width: 540px) {
          .about_us .reviews-section .grid .review-content .title {
            font-size: 22px;
            line-height: 30px; } }
      .about_us .reviews-section .grid .review-content .sub-title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
        color: #272727; }
        @media (max-width: 767px) {
          .about_us .reviews-section .grid .review-content .sub-title {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: -0.07px;
            color: #303030; } }
    @media (max-width: 991px) {
      .about_us .reviews-section .grid .testimonial-main-section {
        padding: 0 20px;
        float: left;
        width: 100%;
        margin-bottom: -70px; } }
    .about_us .reviews-section .grid .testimonials-section {
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 10px 14px 16px rgba(0, 0, 0, 0.04);
      padding: 30px;
      float: left;
      width: 100%;
      margin-left: -100px;
      position: relative;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        .about_us .reviews-section .grid .testimonials-section {
          padding: 20px;
          margin-top: -20px; } }
      @media (max-width: 991px) {
        .about_us .reviews-section .grid .testimonials-section {
          margin-left: 0px; } }
      .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img {
        float: left;
        width: 90px; }
        @media (max-width: 1200px) {
          .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img {
            width: 60px; } }
        @media (max-width: 767px) {
          .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img {
            width: 40px; } }
        .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img img {
          filter: opacity(0.2);
          width: auto; }
          @media (max-width: 1200px) {
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img img {
              max-width: 40px; } }
          @media (max-width: 767px) {
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .quate-img img {
              max-width: 30px; } }
      .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content {
        display: table-cell; }
        .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content h4 {
          letter-spacing: 0.36px;
          font-size: 18px;
          line-height: 32px;
          color: #727272;
          font-weight: 400;
          margin-top: 0;
          margin-bottom: 16px; }
          @media (max-width: 1200px) {
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content h4 {
              font-size: 16px;
              line-height: 24px;
              font-weight: 500; } }
          @media (max-width: 1200px) {
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content h4 {
              font-size: 15px;
              line-height: 24px;
              letter-spacing: 0.3px; } }
        .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative; }
          @media (max-width: 540px) {
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review {
              display: block; } }
          .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star > img {
            display: inline-block;
            width: auto; }
          .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star span {
            font-size: 14px;
            line-height: 22px;
            font-family: "Brother 1816";
            position: absolute;
            top: 6px;
            margin-left: 10px; }
            @media (max-width: 1200px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star span {
                font-size: 12px; } }
            @media (max-width: 991px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star span {
                top: 4px; } }
            @media (max-width: 600px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star span {
                top: 3px; } }
            @media (max-width: 400px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .review-star span {
                position: relative;
                display: block;
                margin-left: 0; } }
          .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .user-name {
            margin: 0;
            color: #303030;
            letter-spacing: 0.32px;
            font-size: 16px;
            line-height: 30px;
            font-weight: 600; }
            @media (max-width: 1200px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .user-name {
                font-size: 14px;
                line-height: 22px; } }
            @media (max-width: 540px) {
              .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .user-name {
                margin: 10px 0 0 0; } }
            .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .user-name span {
              font-size: 14px;
              font-weight: 400;
              margin-left: 6px; }
              @media (max-width: 1200px) {
                .about_us .reviews-section .grid .testimonials-section .testimonial-box .testimonial-content .user-review .user-name span {
                  font-size: 12px; } }
      .about_us .reviews-section .grid .testimonials-section .slick-dots {
        bottom: 50px;
        text-align: right;
        left: auto;
        right: -50px;
        width: auto; }
        @media (max-width: 991px) {
          .about_us .reviews-section .grid .testimonials-section .slick-dots {
            bottom: -50px;
            text-align: center;
            left: 0;
            right: 0;
            width: 100%; } }
        .about_us .reviews-section .grid .testimonials-section .slick-dots li {
          list-style: none;
          margin: 0px auto 8px auto;
          transition: all .35s;
          display: block; }
          @media (max-width: 991px) {
            .about_us .reviews-section .grid .testimonials-section .slick-dots li {
              display: inline-block; } }
        .about_us .reviews-section .grid .testimonials-section .slick-dots li button:before {
          line-height: 15px;
          width: 15px;
          height: 15px; }
        .about_us .reviews-section .grid .testimonials-section .slick-dots li.slick-active button::before {
          background: #00AEC7;
          opacity: 1;
          width: 15px;
          height: 15px; }
        .about_us .reviews-section .grid .testimonials-section .slick-dots button {
          border-radius: 50%;
          width: 15px;
          height: 15px;
          border: none;
          background-color: #003057;
          text-indent: -9999px;
          outline: 0;
          transition: all .35s; }
          .about_us .reviews-section .grid .testimonials-section .slick-dots button:hover {
            background-color: #00AEC7;
            width: 15px;
            height: 15px; }
          .about_us .reviews-section .grid .testimonials-section .slick-dots button:hover::before {
            background: #00AEC7;
            width: 15px;
            height: 15px; }

/*** Shipping Timeframes Page ***/
.shipping-timeframes {
  margin: 0 auto; }
  .shipping-timeframes .page-heading {
    margin: 0 0 22px; }
  .shipping-timeframes .page-content, .shipping-timeframes .page-content--full {
    padding: 0;
    overflow: hidden; }
  .shipping-timeframes .top_banner > img {
    width: 100%; }
  .shipping-timeframes .st_content_main {
    margin-top: 13px;
    width: 100%;
    float: left; }
    .shipping-timeframes .st_content_main h3 {
      background: #FAFAFA;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 20px;
      font-size: 24px;
      line-height: 35px;
      color: #221E20;
      font-weight: 600;
      margin: 36px 0 20px; }
      @media (max-width: 767px) {
        .shipping-timeframes .st_content_main h3 {
          font-size: 20px;
          height: 46px; } }
    .shipping-timeframes .st_content_main p {
      padding: 0 20px; }
  .shipping-timeframes p {
    font-size: 16px;
    line-height: 24px;
    color: #272727; }
    @media (max-width: 767px) {
      .shipping-timeframes p {
        font-size: 14px;
        line-height: 24px; } }

.desktop_none {
  display: none; }

@media (max-width: 991px) {
  .desktop_none {
    display: block; }
  .mobile_none {
    display: none; } }

/*** Shipping Timeframes Page ***/
/*** Terms and Conditions Page ***/
.terms-and-conditions, .terms-and-conditions-rentals, .terms-and-conditions-giveaway {
  margin: 0 auto; }
  .terms-and-conditions .page-heading, .terms-and-conditions-rentals .page-heading, .terms-and-conditions-giveaway .page-heading {
    margin: 0 0 22px; }
  .terms-and-conditions .page-content, .terms-and-conditions .page-content--full, .terms-and-conditions-rentals .page-content, .terms-and-conditions-rentals .page-content--full, .terms-and-conditions-giveaway .page-content, .terms-and-conditions-giveaway .page-content--full {
    padding: 0;
    overflow: hidden; }
  .terms-and-conditions .top_banner > img, .terms-and-conditions-rentals .top_banner > img, .terms-and-conditions-giveaway .top_banner > img {
    width: 100%; }
  .terms-and-conditions .st_content_main, .terms-and-conditions-rentals .st_content_main, .terms-and-conditions-giveaway .st_content_main {
    margin-top: 13px;
    width: 100%;
    float: left; }
    .terms-and-conditions .st_content_main .num_list_style h3.no-bg, .terms-and-conditions-rentals .st_content_main .num_list_style h3.no-bg, .terms-and-conditions-giveaway .st_content_main .num_list_style h3.no-bg {
      background: 0 0;
      height: auto;
      margin: 36px 0 10px; }
      @media (max-width: 767px) {
        .terms-and-conditions .st_content_main .num_list_style h3.no-bg, .terms-and-conditions-rentals .st_content_main .num_list_style h3.no-bg, .terms-and-conditions-giveaway .st_content_main .num_list_style h3.no-bg {
          padding: 0px 20px;
          margin: 0px 0 10px; } }
    .terms-and-conditions .st_content_main .num_list_style h3, .terms-and-conditions-rentals .st_content_main .num_list_style h3, .terms-and-conditions-giveaway .st_content_main .num_list_style h3 {
      background: #FAFAFA;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 20px;
      font-size: 24px;
      line-height: 35px;
      color: #221E20;
      font-weight: 600;
      margin: 36px 0 20px; }
      @media (max-width: 767px) {
        .terms-and-conditions .st_content_main .num_list_style h3, .terms-and-conditions-rentals .st_content_main .num_list_style h3, .terms-and-conditions-giveaway .st_content_main .num_list_style h3 {
          font-size: 20px;
          height: auto;
          line-height: 28px;
          padding: 10px 20px; } }
    .terms-and-conditions .st_content_main .num_list_style p, .terms-and-conditions-rentals .st_content_main .num_list_style p, .terms-and-conditions-giveaway .st_content_main .num_list_style p {
      padding: 0 20px 0 45px;
      position: relative; }
      .terms-and-conditions .st_content_main .num_list_style p > span, .terms-and-conditions-rentals .st_content_main .num_list_style p > span, .terms-and-conditions-giveaway .st_content_main .num_list_style p > span {
        position: absolute;
        top: 0;
        left: 18px;
        width: 18px;
        text-align: center; }
    .terms-and-conditions .st_content_main .num_list_style p, .terms-and-conditions .st_content_main .num_list_style li, .terms-and-conditions-rentals .st_content_main .num_list_style p, .terms-and-conditions-rentals .st_content_main .num_list_style li, .terms-and-conditions-giveaway .st_content_main .num_list_style p, .terms-and-conditions-giveaway .st_content_main .num_list_style li {
      font-size: 16px;
      line-height: 24px;
      color: #272727;
      font-family: "Brother 1816"; }
      @media (max-width: 767px) {
        .terms-and-conditions .st_content_main .num_list_style p, .terms-and-conditions .st_content_main .num_list_style li, .terms-and-conditions-rentals .st_content_main .num_list_style p, .terms-and-conditions-rentals .st_content_main .num_list_style li, .terms-and-conditions-giveaway .st_content_main .num_list_style p, .terms-and-conditions-giveaway .st_content_main .num_list_style li {
          font-size: 14px;
          line-height: 24px;
          word-break: break-word; } }
    .terms-and-conditions .st_content_main .num_list_style .no_padding_left, .terms-and-conditions-rentals .st_content_main .num_list_style .no_padding_left, .terms-and-conditions-giveaway .st_content_main .num_list_style .no_padding_left {
      padding-left: 20px !important; }
    .terms-and-conditions .st_content_main .num_list_style ul, .terms-and-conditions-rentals .st_content_main .num_list_style ul, .terms-and-conditions-giveaway .st_content_main .num_list_style ul {
      margin-left: 70px; }
      .terms-and-conditions .st_content_main .num_list_style ul.no_margin_left, .terms-and-conditions-rentals .st_content_main .num_list_style ul.no_margin_left, .terms-and-conditions-giveaway .st_content_main .num_list_style ul.no_margin_left {
        margin-left: 36px; }
      .terms-and-conditions .st_content_main .num_list_style ul.margin_left_60, .terms-and-conditions-rentals .st_content_main .num_list_style ul.margin_left_60, .terms-and-conditions-giveaway .st_content_main .num_list_style ul.margin_left_60 {
        margin-left: 60px; }
      .terms-and-conditions .st_content_main .num_list_style ul li, .terms-and-conditions-rentals .st_content_main .num_list_style ul li, .terms-and-conditions-giveaway .st_content_main .num_list_style ul li {
        margin: 14px 0; }
        .terms-and-conditions .st_content_main .num_list_style ul li::marker, .terms-and-conditions-rentals .st_content_main .num_list_style ul li::marker, .terms-and-conditions-giveaway .st_content_main .num_list_style ul li::marker {
          font-size: 12px; }
        .terms-and-conditions .st_content_main .num_list_style ul li.left_out, .terms-and-conditions-rentals .st_content_main .num_list_style ul li.left_out, .terms-and-conditions-giveaway .st_content_main .num_list_style ul li.left_out {
          margin-left: -25px; }
          @media (max-width: 767px) {
            .terms-and-conditions .st_content_main .num_list_style ul li.left_out, .terms-and-conditions-rentals .st_content_main .num_list_style ul li.left_out, .terms-and-conditions-giveaway .st_content_main .num_list_style ul li.left_out {
              margin-left: 0px; } }
      @media (max-width: 767px) {
        .terms-and-conditions .st_content_main .num_list_style ul, .terms-and-conditions-rentals .st_content_main .num_list_style ul, .terms-and-conditions-giveaway .st_content_main .num_list_style ul {
          margin-left: 35px; } }
    .terms-and-conditions .st_content_main .num_list_style .terms-inner, .terms-and-conditions-rentals .st_content_main .num_list_style .terms-inner, .terms-and-conditions-giveaway .st_content_main .num_list_style .terms-inner {
      display: flex;
      flex-wrap: wrap; }
      .terms-and-conditions .st_content_main .num_list_style .terms-inner > div p, .terms-and-conditions-rentals .st_content_main .num_list_style .terms-inner > div p, .terms-and-conditions-giveaway .st_content_main .num_list_style .terms-inner > div p {
        padding-left: 20px !important;
        font-weight: 600; }
      .terms-and-conditions .st_content_main .num_list_style .terms-inner > div ul, .terms-and-conditions-rentals .st_content_main .num_list_style .terms-inner > div ul, .terms-and-conditions-giveaway .st_content_main .num_list_style .terms-inner > div ul {
        margin-left: 40px; }
    .terms-and-conditions .st_content_main .page_action_to__ ul, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul {
      display: flex;
      align-items: center;
      justify-content: center;
      list-style: none;
      margin: 0 -4px -11px; }
      .terms-and-conditions .st_content_main .page_action_to__ ul li, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li {
        padding: 0 4px; }
        .terms-and-conditions .st_content_main .page_action_to__ ul li > a, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li > a, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li > a {
          background: #F8F8F8;
          border-radius: 20px;
          line-height: normal;
          padding: 0 25px;
          color: #303030;
          font-size: 15px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500; }
          .terms-and-conditions .st_content_main .page_action_to__ ul li > a:hover, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li > a:hover, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li > a:hover {
            color: #00AEC7; }
        .terms-and-conditions .st_content_main .page_action_to__ ul li.is-active > a, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li.is-active > a, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li.is-active > a {
          background: #003057;
          color: #fff;
          font-weight: 600; }
      @media (max-width: 767px) {
        .terms-and-conditions .st_content_main .page_action_to__ ul, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul {
          display: block;
          margin: 0 auto; }
          .terms-and-conditions .st_content_main .page_action_to__ ul li, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li {
            padding: 0;
            margin: 0 0 9px; }
            .terms-and-conditions .st_content_main .page_action_to__ ul li > a, .terms-and-conditions-rentals .st_content_main .page_action_to__ ul li > a, .terms-and-conditions-giveaway .st_content_main .page_action_to__ ul li > a {
              width: 100%;
              height: 50px;
              border-radius: 25px;
              font-size: 16px;
              font-weight: 600;
              color: #727272; } }

/*** Terms and Conditions Page ***/
/*** Dealer Account ***/
.dealer_account .page-heading {
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 28px;
  font-family: "Brother 1816"; }

.dealer_account .account {
  max-width: 680px;
  background: #FCFCFC;
  position: relative;
  padding-bottom: 70px; }
  .dealer_account .account::after, .dealer_account .account::before {
    content: "";
    background: #FCFCFC;
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0; }
  .dealer_account .account::after {
    right: 100%; }
  .dealer_account .account::before {
    left: 100%; }
  .dealer_account .account .form-row--half > .form-field:nth-child(odd) {
    clear: none; }
  .dealer_account .account .form-row h2 {
    width: 100%;
    float: left;
    margin: 40px 0.75rem 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.06px;
    color: #221E20;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px; }
  .dealer_account .account .form-row .form-field {
    width: 100%;
    margin: 0 0 30px; }
    .dealer_account .account .form-row .form-field#FormField_1, .dealer_account .account .form-row .form-field#FormField_2 {
      width: 50%; }
    .dealer_account .account .form-row .form-field#FormField_10, .dealer_account .account .form-row .form-field#FormField_11, .dealer_account .account .form-row .form-field#FormField_12 {
      width: 33.33%; }
    .dealer_account .account .form-row .form-field .form-label {
      font-size: 16px;
      letter-spacing: -0.08px;
      color: #221E20;
      font-family: "Brother 1816";
      margin: 0 0 5px; }
      .dealer_account .account .form-row .form-field .form-label small {
        color: #DB374D;
        float: none;
        font-size: 16px; }
    .dealer_account .account .form-row .form-field .form-input {
      border-radius: 4px;
      background: #FFF;
      border: 1px solid #D8D8D8;
      height: 44px; }
  .dealer_account .account .form-conditions {
    position: relative; }
    @media (max-width: 767px) {
      .dealer_account .account .form-conditions {
        margin: 16px 0; } }
    .dealer_account .account .form-conditions [type="checkbox"] {
      margin-right: 7px;
      width: 19px;
      height: 19px;
      position: relative;
      top: 1px;
      z-index: 1; }
    .dealer_account .account .form-conditions p {
      font-size: 14px;
      margin: 0;
      position: absolute;
      top: 0;
      transform: none;
      padding-left: 28px; }
      @media (max-width: 767px) {
        .dealer_account .account .form-conditions p {
          font-size: 13px; } }
      .dealer_account .account .form-conditions p > a {
        font-weight: 600;
        color: #E7823B;
        text-decoration: underline; }
  .dealer_account .account .form-actions {
    margin-top: 48px; }
    .dealer_account .account .form-actions .button {
      font-size: 16px;
      font-weight: 700;
      font-family: "Brother 1816";
      width: 186px;
      height: 48px;
      padding: 0; }

@media (max-width: 767px) {
  .dealer_account .page {
    margin: 0 auto; }
  .dealer_account .page-heading {
    font-size: 24px; }
  .dealer_account .account .form-row h2 {
    margin: 30px 0.75rem 30px; }
  .dealer_account .account .form-row .form-field {
    width: 100% !important;
    margin: 0 0 20px; }
    .dealer_account .account .form-row .form-field .form-label {
      font-size: 14px; }
  .dealer_account .account .form-actions .button {
    width: 100%; } }

.government .new-customer, .corporate .new-customer, .dealer-account .new-customer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  float: none; }
  .government .new-customer .new-customer-fact-list, .corporate .new-customer .new-customer-fact-list, .dealer-account .new-customer .new-customer-fact-list {
    margin-left: 1.5rem; }
    .government .new-customer .new-customer-fact-list .new-customer-fact, .corporate .new-customer .new-customer-fact-list .new-customer-fact, .dealer-account .new-customer .new-customer-fact-list .new-customer-fact {
      margin-bottom: 10px; }
  .government .new-customer .panel .panel-body .button, .corporate .new-customer .panel .panel-body .button, .dealer-account .new-customer .panel .panel-body .button {
    font-size: 16px;
    line-height: 42px;
    padding: 0;
    width: 120px; }
    @media (max-width: 767px) {
      .government .new-customer .panel .panel-body .button, .corporate .new-customer .panel .panel-body .button, .dealer-account .new-customer .panel .panel-body .button {
        font-size: 13px;
        line-height: 40px;
        width: 100px; } }
