/*

    1. BASE
    reset
    base
    Variable

    2. Element
    Module
    Text
    Text Color
    Text Size 

    3. Layout
    Suscriptions
    Builder


    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* headings */
/* Selection */
::-moz-selection {
  background: rgb(24, 55, 117);
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: rgb(24, 55, 117);
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: rgb(24, 55, 117);
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* bordered image */
.bordered-image img {
  border-radius: 10px;
  overflow: hidden;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

/* no relative */
.no-prelative.et_pb_section {
  position: initial;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .row-col.et_pb_row.col--2 .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 10px) !important;
    margin-right: 16px;
  }
  .row-col.et_pb_row.col--2 .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-52,
.text-52 * {
  font-size: 52px;
  line-height: 60px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-60,
  .text-60 * {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 980px) {
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-60,
  .text-60 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  .text-52,
  .text-52 * {
    font-size: 45px;
    line-height: 50px;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.module-bottom.et_pb_section {
  padding-bottom: 100px;
}

.module-top.et_pb_section {
  padding-top: 100px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 60px;
  }
  .module-top.et_pb_section {
    padding-top: 60px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
body.page-id-163 .container, body.page-id-160 .container, body.page-id-240 .container, body.page-id-255 .container, body.page-id-262 .container {
  width: 100%;
  max-width: 100%;
}
body.page-id-163 .container > h1, body.page-id-160 .container > h1, body.page-id-240 .container > h1, body.page-id-255 .container > h1, body.page-id-262 .container > h1 {
  display: none;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-login-error {
  width: 100%;
  margin-bottom: 24px;
  background: #f8d7da;
  padding: 12px;
  border-radius: 10px;
  font-size: 12px;
}
body #et-boc.et-boc .et-l .et_pb_section .suscription-section.et_pb_section {
  padding-top: 180px;
  padding-bottom: 100px;
}
body #et-boc.et-boc .et-l .et_pb_section .suscription-title.et_pb_row {
  border-radius: 20px 20px 0 0;
}
body #et-boc.et-boc .et-l .et_pb_section .suscription-body.et_pb_row {
  border-radius: 0 0 20px 20px;
}
body #et-boc.et-boc .et-l .et_pb_section .suscription-title.et_pb_row,
body #et-boc.et-boc .et-l .et_pb_section .suscription-body.et_pb_row {
  background: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  max-width: 600px;
  width: 93%;
}
body #et-boc.et-boc .et-l .et_pb_section .row-body.et_pb_row {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  max-width: 600px;
  width: 93%;
}
body #et-boc.et-boc .et-l .et_pb_section strong {
  font-weight: bold;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change button {
  border: 2px solid #e5e7eb;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  padding: 20px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-right: 16px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #fff;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change button:last-child {
  margin-right: 0;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change button:hover {
  background: 243 244 246;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change button.active {
  background: #f00;
  color: #fff;
  border-color: #f00;
}
body #et-boc.et-boc .et-l .et_pb_section .tabs-change button.active:hover {
  background: rgb(213, 1, 1);
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  width: 100%;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field.pms-user-login-field, body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field.pms-first-name-field, body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field.pms-last-name-field {
  display: none !important;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field label {
  margin-bottom: 8px;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field input {
  border: 2px solid #e5e7eb;
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7A7C8E;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field input:focus {
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field label[for=pms_user_consent] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-transform: initial;
  margin-bottom: 40px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-section-wrapper .pms-field label[for=pms_user_consent] input {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan {
  width: calc(33.33333% - 16px);
  height: 50px;
  margin-bottom: 16px;
  margin-right: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan:nth-child(3n+3) {
  margin-right: 0;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan label {
  width: 100%;
  position: relative;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan label input:checked + span + .pms-subscription-plan-price {
  background: #edeef4;
  border-color: #f00;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-subscription-plan-name,
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-divider,
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-divider,
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-subscription-plan-duration,
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-subscription-plan-description {
  display: none !important;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-subscription-plan .pms-subscription-plan-price {
  border: 2px solid #e5e7eb;
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7A7C8E;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
body #et-boc.et-boc .et-l .et_pb_section #unaVezContainer,
body #et-boc.et-boc .et-l .et_pb_section #planesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #et-boc.et-boc .et-l .et_pb_section .inline-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #et-boc.et-boc .et-l .et_pb_section .inline-title:before, body #et-boc.et-boc .et-l .et_pb_section .inline-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section .inline-title:before {
  margin-right: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .inline-title:after {
  margin-left: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form-fields-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form-fields-wrapper li {
  list-style: none;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_register-form .pms-form-submit {
  border: 2px solid #e5e7eb;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  width: 100%;
  cursor: pointer;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #f00 !important;
  color: #fff;
  border-color: #f00;
  text-align: center;
  margin: 0 auto;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_register-form .pms-form-submit:hover {
  background: rgb(213, 1, 1) !important;
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section #pms_register-form #pms-credit-card-information {
  width: 100%;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  margin-top: 16px;
  border-top: 1px solid #ebebeb;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_register-form #pms-credit-card-information li {
  list-style: none;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_register-form #pms-credit-card-information li.pms-field-type-heading h4 {
  font-weight: bold;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-transform: initial;
  margin-bottom: 40px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-remember input {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-remember label {
  margin-bottom: 0;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-submit input[type=submit] {
  border: 2px solid #e5e7eb;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #f00 !important;
  color: #fff;
  border-color: #f00;
  text-align: center;
  margin: 0 auto;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-submit input[type=submit]:hover {
  background: rgb(213, 1, 1) !important;
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra {
  text-align: center;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra a {
  color: #f00;
  text-decoration: underline !important;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra a:hover {
  color: rgb(213, 1, 1);
  text-decoration: none !important;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra a.lostpassword {
  color: rgb(24, 55, 117);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra a.lostpassword:hover {
  color: rgb(24, 55, 117);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p.login-extra .separator {
  display: none;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p label,
body #et-boc.et-boc .et-l .et_pb_section .pms-form p input {
  width: 100%;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p input {
  border: 2px solid #e5e7eb;
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7A7C8E;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body #et-boc.et-boc .et-l .et_pb_section .pms-form p input:focus {
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form > p,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form > p {
  line-height: 24px;
  margin-bottom: 16px !important;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field {
  margin-bottom: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field label,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field label,
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field input,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field label,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field input {
  width: 100%;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field input,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field input {
  border: 2px solid #e5e7eb;
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7A7C8E;
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form .pms-form-fields-wrapper .pms-field input:focus,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form .pms-form-fields-wrapper .pms-field input:focus {
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form input[type=submit],
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form input[type=submit] {
  border: 2px solid #e5e7eb;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  width: 100%;
  cursor: pointer;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #f00 !important;
  color: #fff;
  border-color: #f00;
  text-align: center;
  margin: 0 auto;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section #pms_recover_password_form input[type=submit]:hover,
body #et-boc.et-boc .et-l .et_pb_section #pms_edit-profile-form input[type=submit]:hover {
  background: rgb(213, 1, 1) !important;
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section .single-button {
  border-top: 1px solid #ebebeb;
}
body #et-boc.et-boc .et-l .et_pb_section .single-button a {
  color: rgb(24, 55, 117);
  text-decoration: underline !important;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .single-button a:hover {
  color: rgb(24, 55, 117);
  text-decoration: none !important;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table {
  width: 100%;
  font-size: 14px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table td {
  border-bottom: 1px solid #d1c7c7;
  padding: 16px 5px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table a {
  color: #f00;
  text-decoration: underline !important;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table a:hover {
  color: rgb(213, 1, 1);
  text-decoration: none !important;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table a.pms-account-subscription-action-link__abandon {
  color: rgb(24, 55, 117);
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-subscription-details-table a.pms-account-subscription-action-link__abandon:hover {
  color: rgb(24, 55, 117);
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history {
  width: 100%;
  font-size: 14px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history th {
  font-weight: bold;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history th,
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td {
  padding: 8px 5px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td {
  font-weight: 300;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td.pms-payment-id {
  font-weight: bold;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td.pms-payment-status {
  background: #edeef4;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td.pms-payment-status.status-pending {
  background: #fed7a7;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td.pms-payment-status.status-completed {
  background: #c3e6cb;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history td.pms-payment-status.status-error {
  background: #f5c6cb;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-navigation {
  width: 100%;
  margin-bottom: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-navigation ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 4px;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-navigation ul li a {
  font-size: 12px;
  color: #7A7C8E;
  text-decoration: none !important;
  background: #edeef4;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
body #et-boc.et-boc .et-l .et_pb_section .pms-account-navigation ul li a.pms-account-navigation-link--active {
  background: #7A7C8E;
  color: #fff;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form {
  width: 100%;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form p {
  margin-bottom: 32px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form input {
  width: 100%;
  margin-bottom: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form input[name=pms_confirm_abandon_subscription] {
  border: 2px solid #e5e7eb;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  width: 100%;
  cursor: pointer;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #f00 !important;
  color: #fff;
  border-color: #f00;
  text-align: center;
  display: block;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form input[name=pms_confirm_abandon_subscription]:hover {
  background: rgb(213, 1, 1) !important;
  border-color: rgb(213, 1, 1);
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form input[name=pms_redirect_back] {
  color: rgb(24, 55, 117);
  text-decoration: underline !important;
  font-weight: 600;
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}
body #et-boc.et-boc .et-l .et_pb_section #pms-abandon-subscription-form input[name=pms_redirect_back]:hover {
  color: rgb(24, 55, 117);
  text-decoration: none !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body #et-boc.et-boc .et-l .et_pb_section #pms-payment-history {
    width: 100%;
    font-size: 12px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */