@charset "UTF-8";

:root, :host {
  --fa-style-family-classic: 'fa6pro';
  --fa-font-thin: normal 300 1em/1 'fa6pro'; 
  --bs-body-font-family: 'Roboto';
  --bs-btn-bg: #002c6c !important;
}

/**, *::before, *::after { box-sizing: border-box; }*/

@import "fontawesome.css";
@font-face {
  font-family: 'fa6pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("fa-light-300.woff2") format("woff2"), url("fa-light-300.ttf") format("truetype"); 
}
.fat, .fa-light {
  font-family: 'fa6pro' !important; 
  font-weight: 300 !important; 
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -4%;
  color: #444;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


button,
button:focus,
button:active,
button:focus-visible,
button:focus-within { 
  outline: none !important;
  box-shadow: none !important; /* removes Bootstrap’s default glow if you use it */
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #222;
  margin: 0;
}

a {
  color: #53c8da;
  text-decoration: none;
}
b, strong {
  font-weight: 600;
}
.accordion-button {
  color: #333 !important;
}

/* ---------------------------------------------------- */
.jvc {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}

/* ---------------------------------------------------- */


#installBtnDiv {
  position: absolute;
  z-index: 9;
  min-height: 100px;
  background: #fff;
  top: 70px;
  left: 20px;
  right: 20px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 3px 14px rgba(0,0,0,0.3);
  animation: slideUp 0.8s ease-out forwards;
}
#installBtn {
  background: #4fc0d3;
  border-color: #4fc0d3;
}

.brand-logo {
  padding: 10px 0;
  position: relative;
  z-index: 99;
  display: flex;
  align-content: center;
  align-items: center;
}
.brand-logo img {
  padding: 10px;
  width: 100px;
}

.btn.btn-menu {
  position: absolute;
  z-index: 99;
}

#back-top {
  font-size: 1.1rem;
  line-height: 2.3rem;
  position: fixed;
  bottom: -100px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #088DA1;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  z-index: 99999;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.visible {
  bottom: 30px;
  transition: 0.5s ease all;
}
#offcanvasExampleLabel {
  font-size: 1.35rem;
}

.mod-login h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
.mod-login li a {
  color: #333;
}

.gt_white_content {
  top: 40% !important;
  height: 65% !important;
  border-radius: 3px;
}
.gt_black_overlay {
  background-color: rgba(0,0,0,0.4) !important;
}

.item-page .card-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.item-page .card-links a:first-child {
  margin-right: auto; /* împinge restul la dreapta */
}

.btn-secondary:hover {
  border: 1px solid #333 !important;
  --bs-btn-hover-bg: #E9ECEF !important;
  --bs-btn-hover-border-color: #E9ECEF !important;
  color: #333 !important;
}

.btn-secondary, .btn-outline-secondary {
  border: 1px solid #6c757d !important;
}

.btn-outline-secondary:hover {
  border: 1px solid #6c757d !important;
  --bs-btn-hover-bg: #E9ECEF;
  --bs-btn-hover-border-color: #E9ECEF !important;
  color: #333 !important;
 background: #e8e6e6 !important;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */




/* ---------------------------------------------------- */
.mod_banner {
  text-align: center;
  margin: 0px 0 200px 0;
  position: relative;
  color: #fff;
}
.banner-img {
  max-width: 50%;
  border-radius: 50%;
}
.banner_content .container {
  position: relative;
  z-index: 11;
}
.banner-info {
  margin: 50px 0;
  padding: 0 26%;
}
.banner-info h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin: 20px 0;
}
.banner-info .description {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin: 30px 0 50px 0;
  font-weight: bold;
}
.banner-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 20px 35px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(11, 95, 120, 0.3);
}
.u-svg-banner {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 3%;
  right: 0;
  height: auto;
  width: 94%;
}

@media only screen and (max-width: 767px) {
  .container-banner {
    overflow: hidden;
  }
  .banner-img {
    max-width: 80%;
    border-radius: 50%;
  }
  .u-svg-banner {
    fill: #4dc3d5;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: -50%;
    right: 0;
    height: auto;
    width: 200%;
  }
  .banner-info {
    margin: 50px 0;
    padding: 0;
  }
  .banner-info h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 20px 0;
  }
  .banner-info .description {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: 20px 0;
    font-weight: bold;
  }
  .link1 {
    padding: 30px 0;
  }
}

/* ---------------------------------------------------- */
.mod_explore {
  text-align: center;
  margin: 100px 0;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.explore-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.explore-content .container {
  position: relative;
  z-index: 11;
}
.explore-info {
  margin: 0 0 50px 0;
  text-align: left;
}
.explore-info h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 20px 0;
  color: #4dc3d5;
}
.explore-info .description {
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.explore-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.u-svg-explore {
  fill: #4dc3d5;
  position: absolute;
  z-index: -1;
  top: -11%;
  left: 4%;
  right: 0;
  height: auto;
  width: 100%;
}
.explore-content {
  padding: 100px 0 50px 0;
  position: relative;
}
.explore-items {
  color: #fff;
  background: #4dc3d5;
  padding: 50px 0 75px 0;
}
.card-explore {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
}
.card-icon {
  font-size: 4rem;
  color: #4dc3d5;
}
.card-icon-admin {
  font-size: 4rem;
  color: #fff;
}
.explore-items h2 {
  color: #fff;
  margin: 0 0 40px 0;
  font-size: 3rem;
}
.explore-items .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 50px 0;
  font-weight: 400;
}

.card-explore .description {
  font-style: italic;
}
.card-explore h3 {
  margin: 15px 0;
  color: #6dadbf !important;
  letter-spacing: 2px;
  font-size: 1.25rem;
  text-transform: uppercase;
  min-height: 48px;
}
.explore-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0 30px 0;
}

.field82 .btn-toolbar-accordeon {
  text-indent: 0;
  padding: 0;
}
.field82 .btn-toolbar-accordeon span {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.btn-toolbar-accordeon i.fa-arrow-turn-up {
  transform: scale(0.7) rotate(90deg) translateX(2px) !important;
  padding: 10px 0px 0 0 !important;
  height: 40px !important;
}

.modal_open .modal_title {
  display: block;
}

.modal_title {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mod_explore {
    padding: 0;
    margin: 0;
  }
  .explore-content {
    padding: 100px 0 100px 0;
    position: relative;
  }
  .u-svg-explore {
    fill: #4dc3d5;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -10%;
    right: 0;
    height: auto;
    width: 100%;
  }
  .explore-info {
    margin: 0px 0 50px 0;
    text-align: left;
  }
  .explore-items h2 {
    font-size: 2.53rem;
  }
  .explore-info h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 50px 0 20px 0;
  }
  .explore-img {
    width: 90%;
    margin-top: -60px;
    margin-left: -70px;
  }
  .button-stack.d-md-none.submainedit {
    margin: 0px 5px 3px 5px !important;
  }
  .btn-toolbar-accordeon span {
    text-indent: 0 !important;
    padding-left: 15px !important;
  }
}

/* ---------------------------------------------------- */
.mod_details {
  text-align: center;
  margin: -200px 0 0 0;
  position: relative;
  overflow-x: clip;
}
.details-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.details-content .container {
  position: relative;
  z-index: 11;
}
.details-info {
  margin: -200px 0 50px 0;
  padding: 0;
  text-align: left;
}
.details-info h2 {
  color: #4dc3d5;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 20px 0;
}
.details-info .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 20px 0;
  font-weight: 600;
}
.details-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.btn.btn-eua-primary {
  background: #4dc3d5;
  color: #fff;
  margin: 10px 20px;
  padding: 15px 25px;
  border-radius: 50pc;
  border: 2px solid #4dc3d5;
}
.btn.btn-eua-primary:hover {
  background: #eef6f9;
  color: #4dc3d5;
}
.u-svg-details {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 7%;
  right: auto;
  height: auto;
  width: 53%;
}
.u-svg-details-2 {
  fill: #9cd5e0;
  position: absolute;
  top: 9%;
  left: 15%;
  right: auto;
  height: auto;
  width: 65%;
  z-index: -1;
}
.details-content {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  border-top: 200px solid #bedde5;
}
.details-items {
  color: #fff;
  background: #4dc3d5;
  padding: 50px 0 100px 0;
}
.card-details {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
  border: 3px solid #6dadbf;
  /*aspect-ratio: 1;*/
}
.details-items {
  position: relative;
}
.details-items h2 {
  color: #fff;
  margin: 0 0 25px 0;
  font-size: 3rem;
}
.details-items .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 50px 0;
  font-weight: 400;
}
.card-details .description {
  font-style: italic;
}
.card-details h3 {
  margin: 15px 0;
  color: #4dc3d5;
}
.details-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}
.dots {
  font-size: 5rem;
  margin: 0 0 50px 0;
  line-height: 1rem;
  color: #777;
  letter-spacing: -8px;
}

/**/
.grecaptcha-badge {
  bottom: -80px !important;
  right: -550px !important;
}
.mod_scontact {
  text-align: center;
  margin: -50px 0 0 0;
  position: relative;
  overflow-x: clip;
  background: #bedde5;
  padding-bottom: 50px;
}
.scontact-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
  margin-top: -50px;
}
.scontact-content .container {
  position: relative;
  z-index: 11;
}
.scontact-info {
  margin: -300px 0 50px 0;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
  text-align: left;
}
.scontact-info input, .scontact-info textarea {
  background: #eef6f9;
  padding: 10px 15px;
  border-radius: 20px;
}
.scontact-info .btn.submit {
  background: #4dc3d5;
  border-color: #4dc3d5;
  color: #fff;
  width: 100%;
  padding: 10px 15px;  
  border-radius: 20px;
}
#mod-rscontact-counter-130 {
  display: none;
}
.scontact-info h2 {
  color: #4dc3d5;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 20px 0;
}
.scontact-info .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 20px 0;
  font-weight: 600;
}
.scontact-info a {
  font-weight: bold;
}
.btn.btn-eua-primary {
  background: #4dc3d5;
  color: #fff;
  margin: 10px 20px;
  padding: 15px 25px;
  border-radius: 50pc;
  border: 2px solid #4dc3d5;
}
.btn.btn-eua-primary:hover {
  background: #eef6f9;
  color: #4dc3d5;
}
.u-svg-scontact {
  fill: #4dc3d5;
  position: absolute;
  z-index: -1;
  top: -10%;
  left: 7%;
  right: auto;
  height: auto;
  width: 72%;
}
.u-svg-scontact-2 {
  fill: #9cd5e0;
  position: absolute;
  top: 9%;
  left: 15%;
  right: auto;
  height: auto;
  width: 65%;
  z-index: -1;
}
.scontact-content {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  border-top: 150px solid #fff;
}
.scontact-items {
  color: #fff;
  background: #4dc3d5;
  padding: 50px 0 100px 0;
}
.card-scontact {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
  border: 3px solid #6dadbf;
  aspect-ratio: 1;
}
.scontact-items {
  position: relative;
}
.scontact-items h2 {
  color: #fff;
  margin: 0 0 25px 0;
  font-size: 3rem;
}
.scontact-items .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 50px 0;
  font-weight: 400;
}
.card-scontact .description {
  font-style: italic;
}
.card-scontact h3 {
  margin: 15px 0;
  color: #4dc3d5;
}
.scontact-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}
.dots {
  font-size: 5rem;
  margin: 0 0 50px 0;
  line-height: 1rem;
  color: #777;
  letter-spacing: -8px;
}

/* ---------------------------------------------------- */

.mod_admin {
  text-align: center;
  margin: 0 0 100px 0;
  position: relative;
  overflow: hidden;
}
.admin-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.admin-content .container {
  position: relative;
  z-index: 11;
}
.admin-info {
  margin: 50px 0;
  padding: 0 0 0 50%;
  text-align: left;
}
.admin-info h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 20px 0;
}
.admin-info .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px 0;
  font-weight: bold;
}
.admin-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.u-svg-admin {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 10%;
  right: 35%;
  height: auto;
  width: 50%;
}
.admin-items {
  padding: 75px 0;
}
.card-admin {
  background: #4dc3d5;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
}
.admin-items h2 {
  margin: 0 0 30px 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #4dc3d5 !important;
}
.admin-items .description {
  font-size: 1.25rem;
  line-height:2rem;
  margin: 0 0 35px 0;
  font-weight: 400;
}
.card-admin h3 {
  margin: 15px 0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.25rem;
  text-transform: uppercase;
  min-height: 72px;
}
.card-admin .description {
  font-style: italic;
}
.admin-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .admin-items h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

/* ---------------------------------------------------- */

.mod_features {
  text-align: center;
  margin: 0 0 0 0;
  position: relative;
  padding: 0 0 0 0;
  overflow: hidden;
}
.features-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.features-content .container {
  position: relative;
  z-index: 11;
}
.features-info {
  margin: 50px 0;
  padding: 0 50% 0 0;
  text-align: left;
}
.features-info h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 20px 0;
}
.features-info .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px 0;
  font-weight: bold;
}
.features-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.u-svg-features {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 35%;
  right: 0;
  height: auto;
  width: 50%;
}

.features-items {
  color: #fff;
  background: #4dc3d5;
  padding: 50px 0 75px 0;
  position: relative;
}
.features-items::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #bedde5;
}
.card-features {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
}
.features-items h2 {
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 3rem;
}
.features-items .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 45px 0;
  font-weight: 400;
}
.card-features .description {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  color: #5d8590 !important;
}
.card-features h3 {
  margin: 15px 0;
  color: #6dadbf !important;
  text-transform: uppercase;
  min-height: 70px;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.features-item-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .features-items h2 {
    font-size: 2.5rem;
  }
}

/* ---------------------------------------------------- */

.mod_subscriptions {
  text-align: center;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.subscriptions-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.subscriptions-content .container {
  position: relative;
  z-index: 11;
}
.subscriptions-info {
  margin: 50px 0;
  padding: 0 50% 0 0;
  text-align: left;
}
.subscriptions-info h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 20px 0;
}
.subscriptions-info .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px 0;
  font-weight: bold;
}
.subscriptions-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.u-svg-subscriptions {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 35%;
  right: 0;
  height: auto;
  width: 50%;
}

.subscriptions-items {
  color: #fff;
  background: #4dc3d5;
  padding: 75px 0 150px 0;
}
.card-subscriptions {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border: 3px solid #6dadbf;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.subscriptions-items h2 {
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 3rem;
}
.subscriptions-items .description {
  font-size: 1.25rem;
  line-height: 1.35rem;
  margin: 0 0 45px 0;
  font-weight: 400;
}
.card-subscriptions .description {
  font-size: 1.25rem;
  line-height: 1.35rem;
  margin: 0 0 35px 0;
  font-style: italic;
  font-weight: 400;
}
.card-subscriptions h4 {
  margin: 15px 0;
  color: #4dc3d5 !important;
  text-transform: uppercase;
  font-style: normal;
}
.card-subscriptions h3 {
  margin: 15px 0;
  color: #666 !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}
.subscriptions-item-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 0 30px 0;
}
.btn-sb-secondary {
  color: #fff;
  background: #4dc3d5;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 35px;
  border: 2px solid #4dc3d5;
  border-radius: 50px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-weight: 600;
}
.btn-sb-secondary:hover {
  background: #eef6f9;
  color: #4dc3d5;
  border: 2px solid #4dc3d5;
}
.u-svg-subscriptions-2 {
  fill: #9cd5e0;
  position: absolute;
  top: 10%;
  left: 6%;
  right: auto;
  height: auto;
  width: 76%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .subscriptions-items {
    padding: 75px 0 50px 0;
  }
  .subscriptions-items h2 {
    font-size: 2.5rem;
  }
  .card-subscriptions h4 {
    margin: 15px 0 25px 0;
  }
}

/* ---------------------------------------------------- */
.mod_feedback {
  text-align: center;
  margin: -1px 0 0 0;
  position: relative;
  overflow-x: clip;
}
.feedback-img {
  width: 70%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.feedback-content .container {
  position: relative;
  z-index: 11;
}
.feedback-info {
  margin: -200px 0 50px 0;
  padding: 0;
  text-align: left;
}
.feedback-info h2 {
  color: #4dc3d5;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 20px 0;
}
.feedback-info .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 20px 0;
  font-weight: 600;
}
.feedback-info a {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
}
.btn.btn-eua-primary {
  background: #4dc3d5;
  color: #fff;
  margin: 10px 20px;
  padding: 15px 25px;
  border-radius: 50pc;
  border: 2px solid #4dc3d5;
}
.btn.btn-eua-primary:hover {
  background: #eef6f9;
  color: #4dc3d5;
}
.u-svg-feedback {
  fill: #4dc3d5;
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 7%;
  right: auto;
  height: auto;
  width: 53%;
}
.u-svg-feedback-2 {
  fill: #9cd5e0;
  position: absolute;
  top: 10%;
  left: 10%;
  right: auto;
  height: auto;
  width: 80%;
  z-index: -1;
}
.feedback-content {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  border-top: 200px solid #bedde5;
}
.feedback-items {
  color: #4dc3d5;
  background: #fff;
  padding: 50px 0 100px 0;
}
.card-feedback {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  font-size: 1.2rem;
  border: 3px solid #6dadbf;
}
.feedback-items {
  position: relative;
}
.feedback-items h2 {
  color: #4dc3d5;
  margin: 0 0 25px 0;
  font-size: 3rem;
}
.feedback-items .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 50px 0;
  font-weight: 400;
  color: #333;
}
.card-feedback .description {
  font-style: italic;
}
.card-feedback h3 {
  margin: 15px 0;
  color: #4dc3d5;
}
.card-feedback .description {
  margin: 0;
}
.feedback-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}
.dots {
  font-size: 5rem;
  margin: 0 0 50px 0;
  line-height: 1rem;
  color: #777;
  letter-spacing: -8px;
}

@media only screen and (max-width: 767px) {
  .u-svg-feedback {
    fill: #4dc3d5;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 3%;
    right: auto;
    height: auto;
    width: 94%;
  }
  .feedback-img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
  }
  .mod_feedback {
    text-align: center;
    margin: -1px 0 0 0;
    position: relative;
  }
  .feedback-info {
    margin: 0px 0 50px 0;
    padding: 0;
    text-align: left;
  }    
  .feedback-info h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 20px 0;
  }
  .feedback-items {
    padding: 50px 0 50px 0;
  }
  .btn.btn-eua-primary {
    background: #4dc3d5;
    color: #fff;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 50pc;
    border: 2px solid #4dc3d5;
  }
}
/* ---------------------------------------------------- */


@media only screen and (min-width: 1300px) {
  .u-svg-explore {
    fill: #4dc3d5;
    position: absolute;
    z-index: -1;
    top: -2%;
    left: 10%;
    right: 0;
    height: auto;
    width: 100%;
    max-width: 700px;
  }
  .u-svg-details-2 {
    fill: #9cd5e0;
    position: absolute;
    top: 9%;
    left: 24%;
    right: auto;
    height: auto;
    width: 65%;
    z-index: -1;
    max-width: 1000px;
  }
  .u-svg-details {
    fill: #4dc3d5;
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 8%;
    right: auto;
    height: auto;
    width: 53%;
    max-width: 800px;
  }
  .u-svg-subscriptions-2 {
    fill: #9cd5e0;
    position: absolute;
    top: 10%;
    left: 20%;
    right: auto;
    height: auto;
    width: 76%;
    z-index: -1;
    max-width: 1000px;
  }
  .explore-img {
    width: 67%;
    border-radius: 50%;
    aspect-ratio: 1;
  }
}
/* ---------------------------------------------------- */

.pp-plan-card__desc {
  display: none;
}
#pp {
  background: transparent !important;
  box-shadow: none !important;
  padding: 20px !important;
}

.offcanvas-body #pp{
  padding: 10px 0 !important;
}
.offcanvas-body #pp a.o-navigation__link {
    padding: 10px 0px !important;
}
#pp .pp-plan-card {
  text-align: left !important;
}
#pp .pp-plan-card.has-badges .pp-plan-card__hd {
  padding-top: 1.8em !important;
}

#pp .pp-plan-card.is-highlight {
  border: 1px solid #4dc3d5 !important;
}
#pp .pp-plan-card__label--right .pp-plan-pop-label__txt {
  right: -20px !important;
  top: 35px !important;
}
#pp .pp-plan-card__features {
  padding: 0 !important;
}
#pp .pp-plan-card__title {
  color: #4dc3d5 !important;
}
#fd #pp .pp-plan-card a.o-btn {
  background: #6c757d !important;
  border-color: #6c757d !important;
  border-radius: 30px;
  padding: 15px 35px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#fd #pp .pp-plan-card:hover a.o-btn {
  background: #4dc3d5 !important;
  border-color: #4dc3d5 !important;  
}
#fd #pp .pp-plan-card.is-highlight a.o-btn {
  background: #4dc3d5 !important;
  border-color: #4dc3d5 !important;  
}

#pp {
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 10px;
  padding: 10px 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background: #fafafa;
}


@media only screen and (max-width: 767px) {
  .explore-items .description {
    padding: 0 15px;
  }
  .features-items .description {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0 15px;
  }
  .subscriptions-items .description {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0 30px;
  }
  .scontact-img {
    width: 90%;
    border-radius: 50%;
    aspect-ratio: 1;
    margin-top: -90px;
    margin-left: 50px;
    margin-bottom: 50px;
  }
  .u-svg-scontact {
    fill: #4dc3d5;
    position: absolute;
    z-index: -1;
    top: -12%;
    left: 7%;
    right: auto;
    height: auto;
    width: 86%;
  }
  .scontact-info {
    margin: 0px 0 50px 0;
    text-align: left;
  }
  .details-content {
    border-top: 100px solid #bedde5;
  }
  .details-items h2 {
    font-size: 2.5rem;
  }
  .u-svg-details {
    fill: #4dc3d5;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 2%;
    right: auto;
    height: auto;
    width: 96%;
  }
  .details-img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    margin-left: 30px;
    margin-top: -20px;
  }
  .mod_details {
    text-align: center;
    margin: -50px 0 0 0;
    position: relative;
  }
  .details-info {
    margin: 50px 0 50px 0;
    padding: 0;
    text-align: left;
  }
  .details-info h2 {
    color: #4dc3d5;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 50px 0 20px 0;
  }
  .details-items {
    color: #fff;
    background: #4dc3d5;
    padding: 50px 0 50px 0;
  }
  .links {
    text-align: center;
  }
  .btn.btn-eua-primary {
    margin: 20px;
    padding: 20px 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btn.btn-menu {
    z-index: 99;
    top: 26px;
    right: 10px;
    padding: 10px;
    margin: 0;
    line-height: 1rem;
  }
  .fmenu {
    padding: 30px 6px;
  }
  .brand-logo img {
    width: 80px;
  }
} 
