/* Login Error  */
.form__label small {
    display: none;         
    color: red;           
    font-size: 1.3rem;
    margin-left: 5px;
  }
  .form__row.has-error .form__label small {
    display: inline;
  }
  .server-error{
    color: red;
    font-size: 1.3rem;
    margin-left: 5px;
  }
/* .has-error input {
    border-color: red;
  }
  .has-error small {
    color: red;
    font-size: 12px;
  } */

/* ------------------------------------------------------------ *\
Popup
\* ------------------------------------------------------------ */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.form__controls {
    margin-top: 5px;
}

.popup.is-active {
    opacity: 1;
    visibility: visible;
}

.popup .popup__inner {
    max-width: 96.6rem;
    width: 100%;
    background-color: #000;
    margin: auto;
    color: #fff;
    border: 0.2rem solid #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.2rem 1rem 4.2rem 3.8rem;
}

.popup .popup__close {
    position: absolute;
    top: 1.7rem;
    right: 2.7rem;
    font-size: 2rem;
    text-decoration: none;
    color: #fff !important;
}

.popup .popup__image {
    max-width: 37.1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.1rem;
    flex: 0 0 37.1rem;
}

.popup .popup__content {
    max-width: calc(100% - 37.1rem);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 37.1rem);
    flex-basis: calc(100% - 37.1rem);
    padding: 0 8rem 0 7.2rem;
}

.popup .popup__content h4 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.popup .popup__content h6 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.9rem;
}

.popup .popup__content h6 span {
    color: #49E07D;
}

.popup .popup__content p {
    line-height: 1.21;
    font-size: 1.4rem;
}

.popup .popup__content ul {
    list-style: none;
    margin-bottom: 2.4rem;
}

.popup .popup__content ul li+li {
    margin-top: 1.2rem;
}

.popup .popup__content ul li {
    font-weight: 500;
}

.popup .popup__content--gold h6 span {
    color: #FDD746;
}

.popup .popup__content--blue h6 span {
    color: #1EBCF8;
}

.popup--packages .popup__inner {
    display: block;
    padding: 2rem 2rem 2rem 2.9rem;
}

.popup--packages .popup__head {
    margin-bottom: 0px;
}

.popup--packages .popup__head h4 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
}

.popup--packages .popup__body {
    margin-bottom: 11.5rem;
}

.popup--packages .popup__body ul {
    list-style: none;
    max-width: 60%;
    margin-bottom: 0rem;
}

.popup--packages .popup__body ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.22;
    padding-left: 2.4rem;
    color: #ddd !important;
    font-weight: 400;
}

.popup--packages .popup__body ul li i {
    color: #1EBCF8;
    position: absolute;
    top: -4px;
    left: -0.5rem;
    font-size: 2.6rem;
}

.popup--packages .popup__body ul li+li {
    margin-top: 1.5rem;
}

.popup--packages .popup__body p {
    max-width: 37.5rem;
    padding-left: 3.6rem;
    font-size: 1rem;
    line-height: 1.2;
}


/* .popup--packages .popup__actions {
    padding-left: 3.4rem;
} */

.popup--packages .popup__actions a+a {
    margin-left: 1.8rem;
}

.popup--calculator .popup__inner {
    display: block;
    height: auto;
    padding: 3.4rem 5.1rem 1rem 2.8rem;
}

.popup--calculator .popup__head {
    margin-bottom: 1.9rem;
    margin-bottom: 2.5rem;
}

.popup--calculator .popup__head h4 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #1EBCF8;
}

.popup--calculator .popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.popup--calculator .popup__body label {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.2rem;
}

.popup--calculator .popup__body-aside {
    max-width: calc(100% - 50.8rem);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 50.8rem);
    flex-basis: calc(100% - 50.8rem);
    padding-right: 2.1rem;
}

.popup--calculator .popup__body-aside a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1EBCF8;
}

.popup--calculator .popup__body-aside a:hover {
    text-decoration: none;
}

.popup--calculator .popup__image {
    text-align: right;
    margin: 2.3rem 0;
}

.popup--calculator .popup__content {
    max-width: 50.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.8rem;
    flex: 0 0 50.8rem;
    padding: 0 0 0 0;
}

.popup--calculator .popup__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.popup--calculator .popup__content ul li span {
    max-width: 6.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.8rem;
    flex: 0 0 6.8rem;
    text-align: right;
    margin-left: 2rem;
    display: block;
}

.popup--calculator .popup__content ul li strong {
    margin-left: 3rem;
}

.popup--calculator .popup__content ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup--calculator .popup__content ul li div .form__controls {
    display: block;
    max-width: 16.3rem;
}

.popup--calculator .popup__content ul li div .form__controls+.form__controls {
    margin-left: 2.6rem;
}

.popup--calculator .popup__content ul li .select {
    max-width: none;
    width: 23rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup--calculator .popup__content ul li .select select {
    padding: 0 3rem;
    min-width: 50%;
    margin-left: 2.1rem;
    width: 50%;
    height: 3.1rem;
}

.popup--calculator .popup__content ul li .select label {
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 9rem;
    text-align: right;
}

.popup--calculator .popup__content ul li p {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.popup--calculator .popup__content ul li .select--xs {
    width: 7.8rem;
}

.popup--calculator .popup__content ul li .select--xs select {
    margin-left: 0;
    min-width: 7.8rem;
    padding: 0 1.5rem 0 2rem;
}

.popup--calculator .popup__content ul li strong+.select--xs {
    margin-left: 1.1rem;
}

.popup--calculator .popup__content ul li.total {
    color: #1EBCF8;
    font-weight: 700;
    text-transform: uppercase;
}

.popup--calculator .popup__content ul li.total span {
    max-width: 8.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.8rem;
    flex: 0 0 8.8rem;
    margin-left: 0.1rem;
}

.popup--calculator .popup__content ul .bordered {
    padding-bottom: 0.8rem;
}

.popup--calculator .popup__content ul .bordered:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #555555;
}

.popup--calculator .popup__content ul li+li {
    margin-top: 1.3rem;
}

.popup--password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup--password .popup__inner {
    max-width: 75.7rem;
    padding: 2.9rem 3rem 4rem 4.6rem;
    display: block;
}

.popup--password .popup__inner+.popup__inner {
    margin-top: 1.5rem;
}

.popup--password .popup__head {
    margin-bottom: 4rem;
}

.popup--password .popup__head h3 {
    text-transform: uppercase;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
}

.popup--password .popup__head h3 span {
    color: #FDD746;
}

.popup--password .popup__head p {
    font-family: "PF DIN Text Pro", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 0;
}

.popup--password .form-primary {
    max-width: 41.2rem;
    margin-top: 1rem;
}

.popup--password .popup__head--secondary {
    margin-bottom: 2rem;
}

.popup--password .popup__body {
    margin-bottom: 2rem;
}

.popup--password .popup__body ul {
    margin-bottom: 3rem;
    list-style: none;
}

.popup--password .popup__body ul li+li {
    margin-top: 1.5rem;
}

.popup--password .popup__body .checkbox label {
    font-size: 1.6rem;
    font-weight: 400;
}

.popup--password .popup__body p {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    max-width: 60rem;
}

.popup--password .popup__body p a {
    color: #1EBCF8;
    font-weight: 700;
    text-decoration: none;
}

.popup--password .popup__body .list-faqs {
    list-style: none;
}

.popup--password .popup__body .list-faqs li {
    border-bottom: 0.2rem solid #777777;
    padding-bottom: 2.7rem;
}

.popup--password .popup__body .list-faqs li+li {
    margin-top: 4rem;
}

.popup--password .popup__body .list-faqs span {
    font-size: 1.6rem;
    color: #FDD746;
    letter-spacing: 0.02em;
    font-family: "PF DIN Text Pro", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 1rem;
}

.popup--password .popup__body .list-faqs p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-family: "PF DIN Text Pro", Helvetica, Arial, sans-serif;
    color: #fff;
}

.popup--password .popup__actions .btn+.btn {
    margin-left: 2rem;
}



/* breadcrumbs in social */
/* Base breadcrumb container */
.breadcrumbs {
    background-color: #f9f9f9; /* Light grey background */
    padding: 12px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

/* Size modifier if needed */
.breadcrumbs--size-1 {
    font-size: 14px;
}

/* Shell wrapper (controls width and padding) */
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Modifier for shell size */
.shell--size-3 {
    max-width: 960px;
}

/* Breadcrumb list */
.breadcrumbs ul {
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

/* Each breadcrumb item */
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    color: #555;
    position: relative;
}

/* Add separator using ::after */
.breadcrumbs ul li:not(:last-child)::after {
    content: "›"; /* Use › for a clean arrow */
    margin: 0 8px;
    color: #aaa;
    font-size: 14px;
}

/* Current/active page */
.breadcrumbs ul li.is-current a {
    font-weight: bold;
    color: #000;
    pointer-events: none;
}

/* Links */
.breadcrumbs ul li a {
    text-decoration: none;
    color: #007BFF;
    transition: color 0.2s ease;
}

/* Hover state */
.breadcrumbs ul li a:hover {
    color: #0056b3;
}


/* socal Banners */
.callout--secondary {
    padding: 8.8rem 0 9.5rem !important;
}